Uses of Class
org.junit.platform.testkit.engine.TerminationInfo
-
Packages that use TerminationInfo Package Description org.junit.platform.testkit.engine Test Kit for testing the execution of aTestEnginerunning on the JUnit Platform. -
-
Uses of TerminationInfo in org.junit.platform.testkit.engine
Fields in org.junit.platform.testkit.engine declared as TerminationInfo Modifier and Type Field Description private TerminationInfoExecution. terminationInfoMethods in org.junit.platform.testkit.engine that return TerminationInfo Modifier and Type Method Description static TerminationInfoTerminationInfo. executed(TestExecutionResult testExecutionResult)Create an executedTerminationInfoinstance for the suppliedTestExecutionResult.TerminationInfoExecution. getTerminationInfo()Get theTerminationInfofor thisExecution.static TerminationInfoTerminationInfo. skipped(java.lang.String reason)Create a skippedTerminationInfoinstance for the supplied reason.Method parameters in org.junit.platform.testkit.engine with type arguments of type TerminationInfo Modifier and Type Method Description private java.util.stream.Stream<Execution>Executions. executionsByTerminationInfo(java.util.function.Predicate<TerminationInfo> predicate)Constructors in org.junit.platform.testkit.engine with parameters of type TerminationInfo Constructor Description Execution(TestDescriptor testDescriptor, java.time.Instant startInstant, java.time.Instant endInstant, TerminationInfo terminationInfo)
-