| Modifier and Type | Method and Description |
|---|---|
TestStartEvent |
TestStartEvent.withParentId(Object parentId)
Creates a copy of this event with a new parent id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestResultProcessor.started(TestDescriptorInternal test,
TestStartEvent event)
Notifies this processor that a test has started execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestClassExecutionEventGenerator.started(TestDescriptorInternal test,
TestStartEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
CaptureTestOutputTestResultProcessor.started(TestDescriptorInternal test,
TestStartEvent event) |
| Modifier and Type | Method and Description |
|---|---|
void |
StateTrackingTestResultProcessor.started(TestDescriptorInternal test,
TestStartEvent event) |
void |
LoggingResultProcessor.started(TestDescriptorInternal test,
TestStartEvent event) |
void |
AttachParentTestResultProcessor.started(TestDescriptorInternal test,
TestStartEvent event) |
| Constructor and Description |
|---|
TestState(TestDescriptorInternal test,
TestStartEvent startEvent,
Map<Object,TestState> executing) |
Copyright © 2013. All rights reserved