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. inProgressDescriptors
Methods in org.junit.vintage.engine.execution that return EventType Modifier and Type Method Description static EventType
EventType. 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 void
RunListenerAdapter. fireExecutionStarted(TestDescriptor testDescriptor, EventType eventType)
(package private) void
TestRun. markStarted(TestDescriptor testDescriptor, EventType eventType)
private void
RunListenerAdapter. testStarted(TestDescriptor testDescriptor, EventType eventType)
-