|
||||||||||
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.JTestSeries
one JTestSeries with one or more JScenario. extends the WebTestSuite for running the containing TestSuites (JScenario)
JTestManager
,
JScenario
,
WebTestSuite
Constructor Summary | |
JTestSeries()
|
Method Summary | |
void |
run(junit.framework.TestResult result)
start the TestSeries with one or more Scenario use the Player for reseting Scenario-Stop-boolean |
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 JTestSeries()
Method Detail |
public void run(junit.framework.TestResult result) throws IllegalStructureException
run
in interface junit.framework.Test
run
in class WebTestSuite
result
- Test-Result will be send to the specified TestResult
IllegalStructureException
- if the child element is not a Scenario object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |