|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITestEnvironment | |
|---|---|
| com.googlecode.lightest.core | |
| Uses of ITestEnvironment in com.googlecode.lightest.core |
|---|
| Classes in com.googlecode.lightest.core that implement ITestEnvironment | |
|---|---|
class |
TestEnvironment
A convenient base class for defining custom test environments. |
| Fields in com.googlecode.lightest.core declared as ITestEnvironment | |
|---|---|
protected ITestEnvironment |
LightestContext.env
|
| Methods in com.googlecode.lightest.core that return ITestEnvironment | |
|---|---|
ITestEnvironment |
LightestContextAware.getEnv()
Returns the thread environment from the context provided by the dispatcher, which must be set. |
ITestEnvironment |
LightestContext.getEnv()
The test environment is accessible from the context, but it should not be settable or modifiable. |
ITestEnvironment |
LightestTestResult.getEnv()
|
| Methods in com.googlecode.lightest.core with parameters of type ITestEnvironment | |
|---|---|
void |
ILightestTestListener.addEnvironmentMapping(Class testClass,
ITestEnvironment env)
Records the mapping between a test class and the environment in which the test was performed. |
void |
LightestTestListener.addEnvironmentMapping(Class testClass,
ITestEnvironment env)
Records the mapping between a test class and the environment in which the test was performed. |
boolean |
LightestTestCase.canRunIn(ITestEnvironment env)
Used to indicate whether the current test class can run in the given environment; i.e. whether the environment satisfies the basic requirements for the test. |
void |
LightestTestResult.setEnv(ITestEnvironment value)
|
void |
TaskDispatcher.setEnvironment(ITestEnvironment env)
|
void |
ITaskDispatcher.setEnvironment(ITestEnvironment env)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||