Uses of Class
org.junit.platform.testkit.engine.EventStatistics
-
Packages that use EventStatistics Package Description org.junit.platform.testkit.engine Test Kit for testing the execution of aTestEngine
running on the JUnit Platform. -
-
Uses of EventStatistics in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine that return EventStatistics Modifier and Type Method 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.Method parameters in org.junit.platform.testkit.engine with type arguments of type EventStatistics Modifier and Type Method Description Events
Events. assertStatistics(Consumer<EventStatistics> statisticsConsumer)
Assert statistics for the events contained in thisEvents
object.
-