| Package | Description |
|---|---|
| org.junit.platform.engine.support.hierarchical |
Support classes and base implementation for any
TestEngine that wishes to organize test suites
hierarchically based on the
Node abstraction. |
| Modifier and Type | Method | Description |
|---|---|---|
TestExecutionResult |
SingleTestExecutor.executeSafely(SingleTestExecutor.Executable executable) |
Execute the supplied
SingleTestExecutor.Executable and return a
TestExecutionResult based on the outcome. |