Uses of Interface
com.googlecode.lightest.core.ITestEnvironment

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)
           
 



Copyright © 2009. All Rights Reserved.