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 aTestEngine
running on the JUnit Platform. -
-
Uses of TerminationInfo in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine that return TerminationInfo Modifier and Type Method Description static TerminationInfo
TerminationInfo. executed(TestExecutionResult testExecutionResult)
Create an executedTerminationInfo
instance for the suppliedTestExecutionResult
.TerminationInfo
Execution. getTerminationInfo()
Get theTerminationInfo
for thisExecution
.static TerminationInfo
TerminationInfo. skipped(String reason)
Create a skippedTerminationInfo
instance for the supplied reason.
-