|
|||||||||
| Home >> All >> com >> simscomputing >> [ testbed overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package com.simscomputing.testbed
| Interface Summary | |
| Reporter | A reporter shows the results of a test. |
| Tester | A tester provides a user interface for testing Java classes. |
| TesterListener | Provides progress information on a test case collection that is being exercised. |
| Class Summary | |
| ClassTester | Loads a class given its class name (eg, java.lang.String) and prepares to exercise it. |
| ClearBox | Provides access to private and protected constructors, methods, and fields in arbitrary classes. |
| ClearBoxTest | Unit test for the ClearBox class. |
| ClearBoxTest.PrivateClass | |
| DefaultReporter | A reporter that writes its result to stdout. |
| DefaultTester | Exercises all classes specified on the command line. |
| DirectoryTester | Exercises all class files in the specified directory. |
| FileSystemClassLoader | This class is almost a trivial subclass of URLClassLoader. |
| FileSystemTestCaseCollection | |
| FileTester | |
| Main | A simple command line interface for exercising TestCaseCollections. |
| ManualVerification | |
| Resources | Storage place for various resouces used by the Test Bed. |
| StreamTestCollection | |
| TestCaseCollection | Users of the Test Bed typically subclass this class and put their test cases in the subclass. |
| TesterProgress | Contains a snapshot of progress made in exercising a TestCaseCollection. |
| TestResult | For each test, a TestResult object indicates whether the test passed and how long the test took to execute in milliseconds. |
| TestResultCollection | Provides methods that operate against a collection of TestResult objects. |
| Exception Summary | |
| ManualVerificationRequiredException | |
| NoSuchTestException | Indicates that the specified test method does not exist. |
| TesterException | |
| TestFailedException | Subclasses RuntimeException so it doesn't need to be declared in each test case. |
|
|||||||||
| Home >> All >> com >> simscomputing >> [ testbed overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||