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 aTestEngine
running on the JUnit Platform. -
-
Uses of EventType in org.junit.platform.testkit.engine
Methods in org.junit.platform.testkit.engine that return EventType Modifier and Type Method Description EventType
Event. getType()
Get the type of thisEvent
.static EventType
EventType. valueOf(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 Predicate<Event>
Event. byType(EventType type)
static Condition<Event>
EventConditions. type(EventType expectedType)
-