com.scooterframework.test
Class UnitTestHelper
java.lang.Object
com.scooterframework.test.UnitTestHelper
public class UnitTestHelper
- extends java.lang.Object
UnitTestHelper class is super class of all unit test classes for an application.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ac
protected static ApplicationConfig ac
contextName
protected static java.lang.String contextName
wc
protected static EnvConfig wc
UnitTestHelper
public UnitTestHelper()
setUpBeforeClass
public static void setUpBeforeClass()
tearDownAfterClass
public static void tearDownAfterClass()
setUp
public void setUp()
tearDown
public void tearDown()
initApp
protected static void initApp()