Uses of Class
org.junit.platform.testkit.engine.Events
Packages that use Events
Package
Description
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Uses of Events in org.junit.platform.testkit.engine
Fields in org.junit.platform.testkit.engine declared as EventsModifier and TypeFieldDescriptionprivate final Events
EngineExecutionResults.allEvents
private final Events
EngineExecutionResults.containerEvents
private final Events
EventStatistics.events
private final Events
EngineExecutionResults.testEvents
Methods in org.junit.platform.testkit.engine that return EventsModifier and TypeMethodDescriptionEvents.aborted()
Get the abortedEvents
contained in thisEvents
object.EngineExecutionResults.allEvents()
Get all recorded events.Events.assertStatistics
(Consumer<EventStatistics> statisticsConsumer) Assert statistics for the events contained in thisEvents
object.EngineExecutionResults.containerEvents()
Get recorded events for containers.Events.debug()
Print all events toSystem.out
.Events.debug
(OutputStream out) Print all events to the suppliedOutputStream
.private Events
Events.debug
(PrintWriter printWriter) Print all events to the suppliedWriter
.Events.dynamicallyRegistered()
Get the dynamic registrationEvents
contained in thisEvents
object.Events.failed()
Get the failedEvents
contained in thisEvents
object.Events.finished()
Get the finishedEvents
contained in thisEvents
object.Events.reportingEntryPublished()
Get the reporting entry publicationEvents
contained in thisEvents
object.Events.skipped()
Get the skippedEvents
contained in thisEvents
object.Events.started()
Get the startedEvents
contained in thisEvents
object.Events.succeeded()
Get the succeededEvents
contained in thisEvents
object.EngineExecutionResults.testEvents()
Get recorded events for tests.Constructors in org.junit.platform.testkit.engine with parameters of type Events