Uses of Enum Class
org.junit.vintage.engine.execution.EventType
Packages that use EventType
Package
Description
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 EventTypeModifier and TypeFieldDescriptionprivate final Map<TestDescriptor, EventType> TestRun.inProgressDescriptorsMethods in org.junit.vintage.engine.execution that return EventTypeModifier and TypeMethodDescriptionstatic EventTypeReturns the enum constant of this class with the specified name.static EventType[]EventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.junit.vintage.engine.execution with parameters of type EventTypeModifier and TypeMethodDescriptionprivate voidRunListenerAdapter.fireExecutionStarted(TestDescriptor testDescriptor, EventType eventType) (package private) voidTestRun.markStarted(TestDescriptor testDescriptor, EventType eventType) private voidRunListenerAdapter.testStarted(TestDescriptor testDescriptor, EventType eventType)