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 EventsEngineExecutionResults.allEventsprivate final EventsEngineExecutionResults.containerEventsprivate final EventsEventStatistics.eventsprivate final EventsEngineExecutionResults.testEventsMethods in org.junit.platform.testkit.engine that return EventsModifier and TypeMethodDescriptionEvents.aborted()Get the abortedEventscontained in thisEventsobject.EngineExecutionResults.allEvents()Get all recorded events.Events.assertStatistics(Consumer<EventStatistics> statisticsConsumer) Assert statistics for the events contained in thisEventsobject.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 EventsEvents.debug(PrintWriter printWriter) Print all events to the suppliedWriter.Events.dynamicallyRegistered()Get the dynamic registrationEventscontained in thisEventsobject.Events.failed()Get the failedEventscontained in thisEventsobject.Events.fileEntryPublished()Get the file entry publicationEventscontained in thisEventsobject.Events.finished()Get the finishedEventscontained in thisEventsobject.Events.reportingEntryPublished()Get the reporting entry publicationEventscontained in thisEventsobject.Events.skipped()Get the skippedEventscontained in thisEventsobject.Events.started()Get the startedEventscontained in thisEventsobject.Events.succeeded()Get the succeededEventscontained in thisEventsobject.EngineExecutionResults.testEvents()Get recorded events for tests.Constructors in org.junit.platform.testkit.engine with parameters of type Events