Interface TestExecutionContext
- All Known Implementing Classes:
- InVMExecution
public interface TestExecutionContext
A 
TestExecutionContext represents the execution context for a test
 that has been launched by the JUnitLauncherTask and provides any necessary
 contextual information about such tests.- 
Method Summary
- 
Method Details- 
getPropertiesProperties getProperties()- Returns:
- Returns the properties that were used for the execution of the test
 
- 
getProject- Returns:
- Returns the Projectin whose context the test is being executed. TheProjectis sometimes not available, like in the case where the test is being run in a forked mode, in such cases this method returnsan empty value
 
 
-