|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--junit.framework.TestSuite
|
+--de.oio.bugkilla.player.WebTestSuite
|
+--de.oio.bugkilla.player.JScenario
one JScenario with one or more JTestSequences. extends the WebTestSuite for running the containing TestSuites (JTestSequence)
JTestManager,
JTestSeries,
JTestSequence,
WebTestSuite,
Player| Constructor Summary | |
JScenario()
|
|
| Method Summary | |
void |
run(junit.framework.TestResult result)
start the JScenario with one or more JTestSequences use the Player for reseting the WebConversation extends the WebTestSuite for running the containing TestSuites (JTestSequence) |
| Methods inherited from class de.oio.bugkilla.player.WebTestSuite |
addTestSuite, getMyPlayer, setMyPlayer |
| Methods inherited from class junit.framework.TestSuite |
addTest, addTestSuite, countTestCases, getName, runTest, setName, testAt, testCount, tests, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public JScenario()
| Method Detail |
public void run(junit.framework.TestResult result)
throws IllegalStructureException
run in interface junit.framework.Testrun in class WebTestSuiteresult - the Test-Result will be send to the specified TestResult
IllegalStructureException - if the child element is not a TestSequence object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||