Uses of Class
org.junit.platform.testkit.engine.Executions
| Package | Description |
|---|---|
| org.junit.platform.testkit.engine |
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform. |
-
Uses of Executions in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine that return Executions Modifier and Type Method Description ExecutionsExecutions. aborted()Get the abortedExecutionscontained in thisExecutionsobject.ExecutionsExecutions. debug()Print all executions toSystem.out.ExecutionsExecutions. debug(OutputStream out)Print all executions to the suppliedOutputStream.ExecutionsExecutions. debug(Writer writer)Print all executions to the suppliedWriter.ExecutionsEvents. executions()Get theExecutionsfor the current set of events.ExecutionsExecutions. failed()Get the failedExecutionscontained in thisExecutionsobject.ExecutionsExecutions. finished()Get the finishedExecutionscontained in thisExecutionsobject.ExecutionsExecutions. skipped()Get the skippedExecutionscontained in thisExecutionsobject.ExecutionsExecutions. started()Get the startedExecutionscontained in thisExecutionsobject.ExecutionsExecutions. succeeded()Get the succeededExecutionscontained in thisExecutionsobject.