Uses of Interface
org.junit.platform.engine.support.hierarchical.SingleTestExecutor.Executable
-
Packages that use SingleTestExecutor.Executable Package Description org.junit.platform.engine.support.hierarchical Support classes and base implementation for anyTestEngine
that wishes to organize test suites hierarchically based on theNode
abstraction. -
-
Uses of SingleTestExecutor.Executable in org.junit.platform.engine.support.hierarchical
Methods in org.junit.platform.engine.support.hierarchical with parameters of type SingleTestExecutor.Executable Modifier and Type Method Description TestExecutionResult
SingleTestExecutor. executeSafely(SingleTestExecutor.Executable executable)
Execute the suppliedSingleTestExecutor.Executable
and return aTestExecutionResult
based on the outcome.
-