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
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
.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.