satin.testing
Class TestComponent

java.lang.Object
  |
  +--satin.testing.Test
        |
        +--satin.testing.TestComponent
Direct Known Subclasses:
Testcase, TestGroup

public abstract class TestComponent
extends Test

Abstract 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.

Author:
Ed Stauff

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

TestComponent

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.



Generated on 5/9/2001 19:37 from TestComponent.java (PRIVATE SOURCES)