Interface NodeValidator
-
- All Known Implementing Classes:
ChildrenTypeValidator
public interface NodeValidatorInterface to implement node(TestElementWrapper) validation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvalidate(TestElementWrapper<?> testElementWrapper)Validate Test element.
-
-
-
Method Detail
-
validate
void validate(TestElementWrapper<?> testElementWrapper) throws ConversionIllegalStateException
Validate Test element.- Throws:
ConversionIllegalStateException
-
-