Uses of Class
org.junit.platform.testkit.engine.TerminationInfo
| Package | Description |
|---|---|
| org.junit.platform.testkit.engine |
Test Kit for testing the execution of a
TestEngine
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 TerminationInfoTerminationInfo. executed(TestExecutionResult testExecutionResult)Create an executedTerminationInfoinstance for the suppliedTestExecutionResult.TerminationInfoExecution. getTerminationInfo()Get theTerminationInfofor thisExecution.static TerminationInfoTerminationInfo. skipped(String reason)Create a skippedTerminationInfoinstance for the supplied reason.