Uses of Enum
org.junit.platform.testkit.engine.EventType
Packages that use EventType
Package
Description
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform.-
Uses of EventType in org.junit.platform.testkit.engine
Fields in org.junit.platform.testkit.engine declared as EventTypeMethods in org.junit.platform.testkit.engine that return EventTypeModifier and TypeMethodDescriptionEvent.getType()
Get the type of thisEvent
.static 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.platform.testkit.engine with parameters of type EventTypeModifier and TypeMethodDescriptionEvents.eventsByType
(EventType type) static org.assertj.core.api.Condition
<Event> Constructors in org.junit.platform.testkit.engine with parameters of type EventTypeModifierConstructorDescriptionprivate
Event
(EventType type, TestDescriptor testDescriptor, Object payload) Construct anEvent
with the supplied arguments.