| Package | Description |
|---|---|
| org.junit.platform.testkit.engine |
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform. |
| Modifier and Type | Method and Description |
|---|---|
Executions |
Executions.aborted()
Get the aborted
Executions contained in this Executions object. |
Executions |
Executions.debug()
Print all executions to
System.out. |
Executions |
Executions.debug(java.io.OutputStream out)
Print all executions to the supplied
OutputStream. |
private Executions |
Executions.debug(java.io.PrintWriter printWriter) |
Executions |
Executions.debug(java.io.Writer writer)
Print all executions to the supplied
Writer. |
Executions |
Events.executions()
Get the
Executions for the current set of events. |
Executions |
Executions.failed()
Get the failed
Executions contained in this Executions object. |
Executions |
Executions.finished()
Get the finished
Executions contained in this Executions object. |
Executions |
Executions.skipped()
Get the skipped
Executions contained in this Executions object. |
Executions |
Executions.started()
Get the started
Executions contained in this Executions object. |
Executions |
Executions.succeeded()
Get the succeeded
Executions contained in this Executions object. |