Uses of Enum
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.inProgressDescriptors
Methods in org.junit.vintage.engine.execution that return EventTypeModifier and TypeMethodDescriptionstatic EventType
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 EventTypeModifier and TypeMethodDescriptionprivate void
RunListenerAdapter.fireExecutionStarted
(TestDescriptor testDescriptor, EventType eventType) (package private) void
TestRun.markStarted
(TestDescriptor testDescriptor, EventType eventType) private void
RunListenerAdapter.testStarted
(TestDescriptor testDescriptor, EventType eventType)