Jagger
|
This class is a representation of user scenario - sequence of the related http requests Can be invoked by JHttpUserScenarioInvoker. More...
Public Member Functions | |
JHttpUserScenario | addStep (JHttpUserScenarioStep userScenarioStep) |
String | getScenarioDisplayName () |
JHttpScenarioGlobalContext | getScenarioGlobalContext () |
String | getScenarioId () |
JHttpUserScenarioStep | getUserScenarioStep (int index) |
List< JHttpUserScenarioStep > | getUserScenarioSteps () |
JHttpUserScenario (String scenarioId, String scenarioDisplayName) | |
JHttpUserScenario | withScenarioGlobalContext (JHttpScenarioGlobalContext scenarioGlobalContext) |
This class is a representation of user scenario - sequence of the related http requests Can be invoked by JHttpUserScenarioInvoker.
User can create as many steps (JHttpUserScenarioStep) as needed and they will be invoked as one invocation. If any step fails whole scenario invacation will be marked as failed.
Definition at line 19 of file JHttpUserScenario.java.