Uses of Class
org.junit.platform.testkit.engine.Executions
Package
Description
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Uses of Executions in org.junit.platform.testkit.engine
Modifier and TypeMethodDescriptionExecutions.aborted()
Get the abortedExecutions
contained in thisExecutions
object.Executions.debug()
Print all executions toSystem.out
.Executions.debug
(OutputStream out) Print all executions to the suppliedOutputStream
.Print all executions to the suppliedWriter
.Events.executions()
Get theExecutions
for the current set of events.Executions.failed()
Get the failedExecutions
contained in thisExecutions
object.Executions.finished()
Get the finishedExecutions
contained in thisExecutions
object.Executions.skipped()
Get the skippedExecutions
contained in thisExecutions
object.Executions.started()
Get the startedExecutions
contained in thisExecutions
object.Executions.succeeded()
Get the succeededExecutions
contained in thisExecutions
object.