TET
Class TestCase

java.lang.Object
  |
  +--TET.TestCase
Direct Known Subclasses:
ChildTestCase, SimpleTestCase

public abstract class TestCase
extends java.lang.Object

TestCase is a base class for all TETware test cases, including child processes and remote processes. Actual test case implementations should extend one of its subclasses and not use TestCase directly.


Constructor Summary
TestCase()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCase

public TestCase()