public class TestEnvironment
extends java.lang.Object
| Constructor and Description |
|---|
TestEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getBaseDir() |
static AutoConf |
getConfig() |
static java.lang.String |
getCurrentApplication() |
static long |
getDoneTime() |
static long |
getEndTime() |
static long |
getInitTime() |
static long |
getReadyTime() |
static java.lang.String |
getResourcePath() |
static ITestCase |
getTestCase() |
static java.lang.reflect.Method |
getTestMethod() |
static long |
getTestTime() |
static org.junit.rules.TemporaryFolder |
getTmpFolder() |
static boolean |
haltOnError() |
static void |
init(ITestCase tTestCase,
java.lang.String sBaseDir,
org.junit.rules.TemporaryFolder sTmpFolder) |
static void |
setConfig(AutoConf config) |
static void |
setCurrentApplication(java.lang.String sCurrentApplication) |
static void |
setDoneTime() |
static void |
setEndTime() |
static void |
setHaltOnError(boolean bHaltOnError) |
static void |
setReadyTime() |
static void |
setShouldKeepLog(boolean bShouldKeepLog) |
static void |
setTestMethod(java.lang.reflect.Method method) |
static boolean |
shouldKeepLog() |
public static void init(ITestCase tTestCase, java.lang.String sBaseDir, org.junit.rules.TemporaryFolder sTmpFolder)
public static void setReadyTime()
public static boolean haltOnError()
public static void setCurrentApplication(java.lang.String sCurrentApplication)
public static void setHaltOnError(boolean bHaltOnError)
public static void setShouldKeepLog(boolean bShouldKeepLog)
public static void setTestMethod(java.lang.reflect.Method method)
public static void setDoneTime()
public static void setEndTime()
public static java.lang.String getBaseDir()
public static org.junit.rules.TemporaryFolder getTmpFolder()
public static ITestCase getTestCase()
public static long getInitTime()
public static long getReadyTime()
public static long getTestTime()
public static long getDoneTime()
public static long getEndTime()
public static java.lang.String getCurrentApplication()
public static boolean shouldKeepLog()
public static java.lang.reflect.Method getTestMethod()
public static AutoConf getConfig()
public static void setConfig(AutoConf config)
public static java.lang.String getResourcePath()