All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class TET.TestCase

java.lang.Object
   |
   +----TET.TestCase

public abstract class TestCase
extends Object
TestCase is an abstract base class for all JET test cases. TestCase supplies the main testing procedure ... creation and initialization of the test session; parsing of the command line; directing the execution of tests


Constructor Index

 o TestCase()

Method Index

 o exec_runlist(Vector, ICManager, TestSession)
 o main(String, String[], ICManager)
Begin execution of a test case using the default test session.
 o main(String, String[], ICManager, TestSession)
Begin execution of a test case.

Constructors

 o TestCase
 public TestCase()

Methods

 o main
 public static void main(String pname,
                         String args[],
                         ICManager icm)
Begin execution of a test case using the default test session.

Parameters:
pname - the name of the test case
args - the command line arguments
icm - the ICManager for this test case
 o main
 public static void main(String pname,
                         String args[],
                         ICManager icm,
                         TestSession ts)
Begin execution of a test case.

Parameters:
pname - the name of the test case
args - the command line arguments
icm - the ICManager for this test case
ts - the test session to use
 o exec_runlist
 public static void exec_runlist(Vector runlist,
                                 ICManager icm,
                                 TestSession ts)

All Packages  Class Hierarchy  This Package  Previous  Next  Index