Package gw.test
Class TestEnvironment
java.lang.Object
gw.test.TestEnvironment
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
This is a hook that gets executed on the remote server (not the local server) after execution of a suite that would normally run in this environment when running locally.void
void
void
void
This is a hook that gets executed on the remote server (not the local server) prior to execution of a suite that would normally run in this environment when running locally.void
void
void
protected List<IDirectory>
Object[]
void
boolean
boolean
-
Constructor Details
-
TestEnvironment
public TestEnvironment()
-
-
Method Details
-
initializeTypeSystem
public void initializeTypeSystem() -
isRemoteExecutionEnvironment
public boolean isRemoteExecutionEnvironment() -
isDynamicallyDeterminedEnvironment
public boolean isDynamicallyDeterminedEnvironment() -
constructClasspathFromSystemClasspath
-
beforeTestSuite
public void beforeTestSuite() -
afterTestSuite
public void afterTestSuite() -
beforeTestClass
public void beforeTestClass() -
afterTestClass
public void afterTestClass() -
beforeTestMethod
public void beforeTestMethod() -
afterTestMethod
public void afterTestMethod() -
beforeRemoteExecution
This is a hook that gets executed on the remote server (not the local server) prior to execution of a suite that would normally run in this environment when running locally.- Throws:
Exception
-
getConstructorArguments
-
afterRemoteExecution
This is a hook that gets executed on the remote server (not the local server) after execution of a suite that would normally run in this environment when running locally.- Throws:
Exception
-