| Package | Description |
|---|---|
| org.junit.platform.testkit.engine |
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform. |
| Modifier and Type | Field and Description |
|---|---|
private Events |
EngineExecutionResults.allEvents |
private Events |
EngineExecutionResults.containerEvents |
private Events |
EventStatistics.events |
private Events |
EngineExecutionResults.testEvents |
| Modifier and Type | Method and Description |
|---|---|
Events |
Events.aborted()
Get the aborted
Events contained in this Events object. |
Events |
EngineExecutionResults.allEvents()
Get all recorded events.
|
Events |
Events.assertStatistics(java.util.function.Consumer<EventStatistics> statisticsConsumer)
Assert statistics for the events contained in this
Events object. |
Events |
EngineExecutionResults.containerEvents()
Get recorded events for containers.
|
Events |
Events.debug()
Print all events to
System.out. |
Events |
Events.debug(java.io.OutputStream out)
Print all events to the supplied
OutputStream. |
private Events |
Events.debug(java.io.PrintWriter printWriter) |
Events |
Events.debug(java.io.Writer writer)
Print all events to the supplied
Writer. |
Events |
Events.dynamicallyRegistered()
Get the dynamic registration
Events contained in this
Events object. |
Events |
Events.failed()
Get the failed
Events contained in this Events object. |
Events |
Events.finished()
Get the finished
Events contained in this Events object. |
Events |
Events.reportingEntryPublished()
Get the reporting entry publication
Events contained in this
Events object. |
Events |
Events.skipped()
Get the skipped
Events contained in this Events object. |
Events |
Events.started()
Get the started
Events contained in this Events object. |
Events |
Events.succeeded()
Get the succeeded
Events contained in this Events object. |
Events |
EngineExecutionResults.testEvents()
Get recorded events for tests.
|
| Constructor and Description |
|---|
EventStatistics(Events events,
java.lang.String category) |