| 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 |
|---|---|
EventStatistics |
EventStatistics.aborted(long expected)
Specify the number of expected aborted events.
|
EventStatistics |
EventStatistics.dynamicallyRegistered(long expected)
Specify the number of expected dynamic registration events.
|
EventStatistics |
EventStatistics.failed(long expected)
Specify the number of expected failed events.
|
EventStatistics |
EventStatistics.finished(long expected)
Specify the number of expected finished events.
|
EventStatistics |
EventStatistics.reportingEntryPublished(long expected)
Specify the number of expected reporting entry publication events.
|
EventStatistics |
EventStatistics.skipped(long expected)
Specify the number of expected skipped events.
|
EventStatistics |
EventStatistics.started(long expected)
Specify the number of expected started events.
|
EventStatistics |
EventStatistics.succeeded(long expected)
Specify the number of expected succeeded events.
|
| Modifier and Type | Method and Description |
|---|---|
Events |
Events.assertStatistics(java.util.function.Consumer<EventStatistics> statisticsConsumer)
Assert statistics for the events contained in this
Events object. |