Uses of Class
org.junit.platform.testkit.engine.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
Modifier 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.Modifier and TypeMethodDescriptionEvents.assertStatistics
(Consumer<EventStatistics> statisticsConsumer) Assert statistics for the events contained in thisEvents
object.