class EngineDiscoveryResultValidator
extends java.lang.Object
| Constructor and Description |
|---|
EngineDiscoveryResultValidator() |
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
isAcyclic(TestDescriptor root) |
(package private) void |
validate(TestEngine testEngine,
TestDescriptor root)
Perform common validation checks.
|
void validate(TestEngine testEngine, TestDescriptor root)
PreconditionViolationException - if any check failsboolean isAcyclic(TestDescriptor root)
true if the tree does not contain a cycle; else false.