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