| Package | Description |
|---|---|
| org.junit.platform.testkit.engine |
Test Kit for testing the execution of a
TestEngine
running on the JUnit Platform. |
| Modifier and Type | Field and Description |
|---|---|
private EventType |
Event.type |
| Modifier and Type | Method and Description |
|---|---|
EventType |
Event.getType()
Get the type of this
Event. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.function.Predicate<Event> |
Event.byType(EventType type)
|
private java.util.stream.Stream<Event> |
Events.eventsByType(EventType type) |
static org.assertj.core.api.Condition<Event> |
EventConditions.type(EventType expectedType)
|
| Constructor and Description |
|---|
Event(EventType type,
TestDescriptor testDescriptor,
java.lang.Object payload)
Construct an
Event with the supplied arguments. |