Interface TestExecutionContext
- 
- All Known Implementing Classes:
- InVMExecution
 
 public interface TestExecutionContextATestExecutionContextrepresents the execution context for a test that has been launched by theJUnitLauncherTaskand provides any necessary contextual information about such tests.
- 
- 
Method SummaryModifier and Type Method Description java.util.Optional<Project>getProject()java.util.PropertiesgetProperties()
 
-