Uses of Class
org.junit.platform.testkit.engine.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
Modifier 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.