Uses of Class
org.junit.platform.testkit.engine.EventStatistics
Packages that use EventStatistics
Package
Description
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Uses of EventStatistics in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine that return EventStatisticsModifier and TypeMethodDescriptionEventStatistics.aborted(long expected)
Specify the number of expected aborted events.EventStatistics.dynamicallyRegistered(long expected)
Specify the number of expected dynamic registration events.EventStatistics.failed(long expected)
Specify the number of expected failed events.EventStatistics.finished(long expected)
Specify the number of expected finished events.EventStatistics.reportingEntryPublished(long expected)
Specify the number of expected reporting entry publication events.EventStatistics.skipped(long expected)
Specify the number of expected skipped events.EventStatistics.started(long expected)
Specify the number of expected started events.EventStatistics.succeeded(long expected)
Specify the number of expected succeeded events.Method parameters in org.junit.platform.testkit.engine with type arguments of type EventStatisticsModifier and TypeMethodDescriptionEvents.assertStatistics(Consumer<EventStatistics> statisticsConsumer)
Assert statistics for the events contained in thisEvents
object.