Interface TestExecutionContext
-
- All Known Implementing Classes:
InVMExecution
public interface TestExecutionContext
ATestExecutionContext
represents the execution context for a test that has been launched by theJUnitLauncherTask
and provides any necessary contextual information about such tests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<Project>
getProject()
java.util.Properties
getProperties()
-