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.


Constructor Index

 o TestSequenceTest(Vector)
constructor pass the TestSequence to test against.

Method Index

 o afterTest()
Called after the tests in a Test have been called.
 o runTest()
This method tests to see if all the test methods in a TestCase subclass have been run.

Constructors

 o TestSequenceTest
 public TestSequenceTest(Vector testSequence)
constructor pass the TestSequence to test against.

Methods

 o 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
 o 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