|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--satin.testing.Test
|
+--satin.testing.TestComponent
public abstract class TestComponent
extends TestAbstract base class for a component of a test program. TestComponents are not independently executable; they must be used within a TestProgram. This class encapsulates common behaviour shared by its derived classes; you will normally not need to use it directly or derive a class directly from it.
| Fields inherited from class satin.testing.Test |
lastException |
| Constructor Summary | |
TestComponent()
|
|
| Methods inherited from class satin.testing.Test |
cleanup, doCleanup, doExecute, doSetup, doVerify, execute, getLog, run, setup, verify |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TestComponent()
| Revision History |
7/31/01 Ed Stauff - code review.
5/15/01 Ed Stauff - changes per API review.
4/10/01 - file created.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
TestComponent.java (PRIVATE SOURCES)