de.oio.bugkilla.player
Class JTestSequence

java.lang.Object
  |
  +--junit.framework.TestSuite
        |
        +--de.oio.bugkilla.player.WebTestSuite
              |
              +--de.oio.bugkilla.player.JTestSequence
All Implemented Interfaces:
PlayerUser, junit.framework.Test

public class JTestSequence
extends WebTestSuite

one JTestSequence with one or more JTestSteps. extends the WebTestSuite for running the containing TestSuites (JTestStep)

NOTE:

Plase check up WebTestSuite

Author:
aspall, cdedek
See Also:
JTestManager, JTestSequence, JTestStep, WebTestSuite

Constructor Summary
JTestSequence()
           
 
Method Summary
 void run(junit.framework.TestResult result)
          Runs the tests and collects their result in a TestResult.
 
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

JTestSequence

public JTestSequence()
Method Detail

run

public void run(junit.framework.TestResult result)
         throws IllegalStructureException
Runs the tests and collects their result in a TestResult. break the run if the StopScenario-boolean is set

Specified by:
run in interface junit.framework.Test
Overrides:
run in class WebTestSuite
Parameters:
result - the Test-Result will be send to the specified TestResult
Throws:
IllegalStructureException - if the child element is not a TestStep object


Copyright © Orientation in Objects GmbH. All Rights Reserved.