Uses of Class
org.junit.platform.testkit.engine.TerminationInfo
Packages that use TerminationInfo
Package
Description
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Uses of TerminationInfo in org.junit.platform.testkit.engine
Fields in org.junit.platform.testkit.engine declared as TerminationInfoMethods in org.junit.platform.testkit.engine that return TerminationInfoModifier and TypeMethodDescriptionstatic TerminationInfo
TerminationInfo.executed
(TestExecutionResult testExecutionResult) Create an executedTerminationInfo
instance for the suppliedTestExecutionResult
.Execution.getTerminationInfo()
Get theTerminationInfo
for thisExecution
.static TerminationInfo
Create a skippedTerminationInfo
instance for the supplied reason.Method parameters in org.junit.platform.testkit.engine with type arguments of type TerminationInfoModifier and TypeMethodDescriptionExecutions.executionsByTerminationInfo
(Predicate<TerminationInfo> predicate) Constructors in org.junit.platform.testkit.engine with parameters of type TerminationInfoModifierConstructorDescriptionprivate
Execution
(TestDescriptor testDescriptor, Instant startInstant, Instant endInstant, TerminationInfo terminationInfo)