Uses of Class
org.junit.platform.testkit.engine.Events
| Package | Description |
|---|---|
| org.junit.platform.testkit.engine |
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 Events Modifier and Type Method Description EventsEvents. aborted()Get the abortedEventscontained in thisEventsobject.EventsEngineExecutionResults. allEvents()Get all recorded events.EventsEvents. assertStatistics(Consumer<EventStatistics> statisticsConsumer)Assert statistics for the events contained in thisEventsobject.EventsEngineExecutionResults. containerEvents()Get recorded events for containers.EventsEvents. debug()Print all events toSystem.out.EventsEvents. debug(OutputStream out)Print all events to the suppliedOutputStream.EventsEvents. debug(Writer writer)Print all events to the suppliedWriter.EventsEvents. dynamicallyRegistered()Get the dynamic registrationEventscontained in thisEventsobject.EventsEvents. failed()Get the failedEventscontained in thisEventsobject.EventsEvents. finished()Get the finishedEventscontained in thisEventsobject.EventsEvents. reportingEntryPublished()Get the reporting entry publicationEventscontained in thisEventsobject.EventsEvents. skipped()Get the skippedEventscontained in thisEventsobject.EventsEvents. started()Get the startedEventscontained in thisEventsobject.EventsEvents. succeeded()Get the succeededEventscontained in thisEventsobject.EventsEngineExecutionResults. testEvents()Get recorded events for tests.