public static interface Node.DynamicTestExecutor
Node.
The test descriptors will be executed by the same
HierarchicalTestExecutor that executes the submitting node.
This interface is not intended to be implemented by clients.
| Modifier and Type | Method and Description |
|---|---|
void |
execute(TestDescriptor testDescriptor)
Submit a dynamic test descriptor for immediate execution.
|
void execute(TestDescriptor testDescriptor)
testDescriptor - the test descriptor to be executed