Uses of Class
org.junit.platform.testkit.engine.EventType
-
Packages that use EventType Package Description org.junit.platform.testkit.engine Test Kit for testing the execution of aTestEnginerunning on the JUnit Platform. -
-
Uses of EventType in org.junit.platform.testkit.engine
Fields in org.junit.platform.testkit.engine declared as EventType Modifier and Type Field Description private EventTypeEvent. typeMethods in org.junit.platform.testkit.engine that return EventType Modifier and Type Method Description EventTypeEvent. getType()Get the type of thisEvent.static EventTypeEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.junit.platform.testkit.engine with parameters of type EventType Modifier and Type Method Description static java.util.function.Predicate<Event>Event. byType(EventType type)private java.util.stream.Stream<Event>Events. eventsByType(EventType type)static org.assertj.core.api.Condition<Event>EventConditions. type(EventType expectedType)Constructors in org.junit.platform.testkit.engine with parameters of type EventType Constructor Description Event(EventType type, TestDescriptor testDescriptor, java.lang.Object payload)Construct anEventwith the supplied arguments.
-