| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTestDescriptor |
class |
DecoratingTestDescriptor |
class |
DefaultTestClassDescriptor |
class |
DefaultTestDescriptor |
class |
DefaultTestMethodDescriptor |
class |
DefaultTestSuiteDescriptor |
| Modifier and Type | Method and Description |
|---|---|
TestDescriptorInternal |
AbstractTestDescriptor.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestResultProcessor.started(TestDescriptorInternal test,
TestStartEvent event)
Notifies this processor that a test has started execution.
|
| Constructor and Description |
|---|
DecoratingTestDescriptor(TestDescriptorInternal descriptor,
TestDescriptorInternal parent) |
SuiteTestClassProcessor(TestDescriptorInternal suiteDescriptor,
TestClassProcessor processor,
TimeProvider timeProvider) |
| 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 | Field and Description |
|---|---|
TestDescriptorInternal |
TestState.test |
| 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