-
Notifications
You must be signed in to change notification settings - Fork 116
Rest: fail
Kristian Karl edited this page Sep 28, 2019
·
1 revision
The Rest call fail
terminates the path generation of the test session.
PUT Request
http://service-host:8887/graphwalker/fail/String%20to%20explain%20the%20failure
Response
{
"result":"nok"
}
From a Linux terminal, using curl:
curl -X PUT http://localhost:8887/graphwalker/fail/String%20to%20explain%20the%20failure
{"result":"nok","error":"java.lang.Throwable: String to explain the failure"}