|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--de.oio.bugkilla.player.Player
Player resolve the request for the TestStepBean and gets the proxy-configuration from PlayerConfig.
JTestStep,
PlayerConfig,
WebTestSuite| Constructor Summary | |
Player()
|
|
| Method Summary | |
void |
endWebConversation()
terminate the existing WebConversation |
HttpResponse |
send(HttpRequest requestSpec)
build new httpunit-request use the Webconversation to get an new response (build a HttpResponse out of it) |
boolean |
shouldStopScenario()
Returns true if the current JScenario/JTestSequence has to stop |
void |
startNewScenario()
set the fStopScenario-boolean to false |
void |
startWebConversation()
init new WebConversation |
void |
stopScenario()
set the fStopScenario-boolean to true |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Player()
| Method Detail |
public HttpResponse send(HttpRequest requestSpec)
requestSpec - HttpRequest with the specified Request-Params
public void startWebConversation()
public void endWebConversation()
public boolean shouldStopScenario()
true if the current JScenario/JTestSequence has to stop
true the current JScenario/JTestSequence has to stoppublic void startNewScenario()
false
public void stopScenario()
true
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||