Package | Description |
---|---|
org.junit.vintage.engine.execution |
Internal classes for test execution within the JUnit Vintage test engine.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<TestDescriptor,EventType> |
TestRun.startedDescriptors |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
private void |
RunListenerAdapter.fireExecutionStarted(TestDescriptor testDescriptor,
EventType eventType) |
(package private) void |
TestRun.markStarted(TestDescriptor testDescriptor,
EventType eventType) |
private void |
RunListenerAdapter.testStarted(TestDescriptor testDescriptor,
EventType eventType) |