public class TestEnvironment extends Object
| Constructor and Description |
|---|
TestEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
void |
afterTestClass() |
void |
afterTestMethod() |
void |
afterTestSuite() |
void |
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.
|
void |
beforeTestClass() |
void |
beforeTestMethod() |
void |
beforeTestSuite() |
protected List<File> |
constructClasspathFromSystemClasspath() |
Object[] |
getConstructorArguments() |
void |
initializeTypeSystem() |
boolean |
isDynamicallyDeterminedEnvironment() |
boolean |
isRemoteExecutionEnvironment() |
public void initializeTypeSystem()
public boolean isRemoteExecutionEnvironment()
public boolean isDynamicallyDeterminedEnvironment()
public void beforeTestSuite()
public void afterTestSuite()
public void beforeTestClass()
public void afterTestClass()
public void beforeTestMethod()
public void afterTestMethod()
public void beforeRemoteExecution()
throws Exception
Exceptionpublic Object[] getConstructorArguments()
Copyright © 2016. All rights reserved.