All Packages Class Hierarchy This Package Previous Next Index
Class org.ajug.jsl.jester.qc.TestMethodsTest
java.lang.Object
|
+----org.ajug.jsl.jester.cases.TestCase
|
+----org.ajug.jsl.jester.qc.TestMethodsTest
- public class TestMethodsTest
- extends TestCase
-
TestMethodsTest(int)
-
-
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.
TestMethodsTest
public TestMethodsTest(int testNumber)
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