Uses of Interface
org.junit.platform.engine.support.hierarchical.SingleTestExecutor.Executable
Package
Description
Support classes and base implementation for any
TestEngine
that wishes to organize test suites
hierarchically based on the
Node
abstraction.-
Uses of SingleTestExecutor.Executable in org.junit.platform.engine.support.hierarchical
Modifier and TypeMethodDescriptionSingleTestExecutor.executeSafely(SingleTestExecutor.Executable executable)
Deprecated.Execute the suppliedSingleTestExecutor.Executable
and return aTestExecutionResult
based on the outcome.