public interface DataAssertion
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSchema()
Return the schema that you want to perform the check on
|
void |
onFail()
Failure operation
|
void |
onSuccess()
Success operation
|
boolean |
validateData(DataNode n)
Validate data against a given DataNode
|
boolean validateData(DataNode n)
n - Node to perform test onDataNode is validvoid onFail()
void onSuccess()
@NotNull java.lang.String getSchema()