Uses of Class
org.junit.platform.testkit.engine.Events
-
Uses of Events in org.junit.platform.testkit.engine
Methods 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.Print all events to the suppliedWriter.Events.dynamicallyRegistered()Get the dynamic registrationEventscontained in thisEventsobject.Events.failed()Get the failedEventscontained 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.