Uses of Class
org.junit.vintage.engine.execution.EventType
-
Packages that use EventType Package Description org.junit.vintage.engine.execution Internal classes for test execution within the JUnit Vintage test engine. -
-
Uses of EventType in org.junit.vintage.engine.execution
Fields in org.junit.vintage.engine.execution with type parameters of type EventType Modifier and Type Field Description private java.util.Map<TestDescriptor,EventType>TestRun. inProgressDescriptorsMethods in org.junit.vintage.engine.execution that return EventType Modifier and Type Method Description 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.vintage.engine.execution with parameters of type EventType Modifier and Type Method Description private voidRunListenerAdapter. fireExecutionStarted(TestDescriptor testDescriptor, EventType eventType)(package private) voidTestRun. markStarted(TestDescriptor testDescriptor, EventType eventType)private voidRunListenerAdapter. testStarted(TestDescriptor testDescriptor, EventType eventType)
-