Package org.marketcetera.util.test
Class TestCaseBase
- java.lang.Object
-
- org.marketcetera.util.test.TestCaseBase
-
public class TestCaseBase extends Object
Base class for test cases.- Since:
- 0.5.0
- Version:
- $Id$
- Author:
- tlerios@marketcetera.com
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringDIR_CLASSESThe root directory for class files.protected static StringDIR_ROOTThe root directory for test files.protected static StringDIR_TARGETThe root directory for target files.protected static StringDIR_TEST_CLASSESThe root directory for test class files.
-
Constructor Summary
Constructors Constructor Description TestCaseBase()
-
-
-
Field Detail
-
DIR_ROOT
protected static final String DIR_ROOT
The root directory for test files.
-
DIR_TARGET
protected static final String DIR_TARGET
The root directory for target files.- See Also:
- Constant Field Values
-
DIR_CLASSES
protected static final String DIR_CLASSES
The root directory for class files.
-
DIR_TEST_CLASSES
protected static final String DIR_TEST_CLASSES
The root directory for test class files.
-
-