All Packages Class Hierarchy This Package Previous Next Index
Class org.ajug.jsl.jester.qc.TestSequenceTest
java.lang.Object
|
+----org.ajug.jsl.jester.cases.TestCase
|
+----org.ajug.jsl.jester.qc.TestSequenceTest
- public class TestSequenceTest
- extends TestCase
TestSequenceTest.java
This class tests the sequence of tests run so far.
-
TestSequenceTest(Vector)
- constructor
pass the TestSequence to test against.
-
afterTest()
- Called after the tests in a Test have been called.
-
runTest()
-
This method tests to see if all the test methods in a TestCase
subclass have been run.
TestSequenceTest
public TestSequenceTest(Vector testSequence)
- constructor
pass the TestSequence to test against.
runTest
public void runTest()
- This method tests to see if all the test methods in a TestCase
subclass have been run.
- Overrides:
- runTest
in class TestCase
afterTest
public void afterTest()
- Called after the tests in a Test have been called.
- Overrides:
- afterTest
in class TestCase
All Packages Class Hierarchy This Package Previous Next Index