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
Subclasses with type arguments of type EventType in org.junit.vintage.engine.executionFields in org.junit.vintage.engine.execution with type parameters of type EventTypeMethods in org.junit.vintage.engine.execution that return EventTypeModifier and TypeMethodDescriptionstatic EventTypeReturns 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 voidRunListenerAdapter.fireExecutionStarted(org.junit.platform.engine.TestDescriptor testDescriptor, EventType eventType) (package private) voidTestRun.markStarted(org.junit.platform.engine.TestDescriptor testDescriptor, EventType eventType) private voidRunListenerAdapter.testStarted(org.junit.platform.engine.TestDescriptor testDescriptor, EventType eventType)