com.objectwave.test
Interface UnitTest

All Known Implementing Classes:
UnitTestBaseImpl

public interface UnitTest

Version:
$Id: UnitTest.java,v 2.0 2001/06/11 15:46:53 dave_hoag Exp $
Author:
dhoag

Method Summary
 UnitTest createTest(java.lang.String methodName, TestContext context)
           
 void setUp(java.lang.String methodName, TestContext context)
          The JUnit setup method
 void tearDown(TestContext context)
          The teardown method for JUnit
 

Method Detail

tearDown

public void tearDown(TestContext context)
              throws java.lang.Exception
The teardown method for JUnit

Parameters:
context -
Throws:
java.lang.Exception

createTest

public UnitTest createTest(java.lang.String methodName,
                           TestContext context)
Parameters:
methodName -
context -
Returns:

setUp

public void setUp(java.lang.String methodName,
                  TestContext context)
           throws java.lang.Exception
The JUnit setup method

Parameters:
methodName - The new Up value
context - The new Up value
Throws:
java.lang.Exception