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 TerminationInfoTerminationInfo.executed(TestExecutionResult testExecutionResult) Create an executedTerminationInfoinstance for the suppliedTestExecutionResult.Execution.getTerminationInfo()Get theTerminationInfofor thisExecution.static TerminationInfoCreate a skippedTerminationInfoinstance 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 TerminationInfoModifierConstructorDescriptionprivateExecution(TestDescriptor testDescriptor, Instant startInstant, Instant endInstant, TerminationInfo terminationInfo)