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

Constructor Index

 o TestMethodsTest(int)

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 TestMethodsTest
 public TestMethodsTest(int testNumber)

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