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
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 valuecontext
- The new Up value
- Throws:
java.lang.Exception