public interface TestExecutionContext
TestExecutionContext
represents the execution context for a test
that has been launched by the JUnitLauncherTask
and provides any necessary
contextual information about such tests.Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<Project> |
getProject() |
|
java.util.Properties |
getProperties() |