Uses of Interface
org.junit.platform.engine.support.hierarchical.SingleTestExecutor.Executable
Packages that use 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
Methods in org.junit.platform.engine.support.hierarchical with parameters of type SingleTestExecutor.ExecutableModifier and TypeMethodDescriptionSingleTestExecutor.executeSafely(SingleTestExecutor.Executable executable) Deprecated.Execute the suppliedSingleTestExecutor.Executableand return aTestExecutionResultbased on the outcome.