Class TestCaseBase


  • public class TestCaseBase
    extends Object
    Base class for test cases.
    Since:
    0.5.0
    Version:
    $Id$
    Author:
    tlerios@marketcetera.com
    • Field Detail

      • DIR_ROOT

        protected static final String DIR_ROOT
        The root directory for test files.
      • 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.
    • Constructor Detail

      • TestCaseBase

        public TestCaseBase()