public interface CheckVisitor
| Modifier and Type | Field and Description |
|---|---|
static CheckVisitor |
NONE |
| Modifier and Type | Method and Description |
|---|---|
CheckVisitor |
label(Check<?> check) |
CheckVisitor |
negative(Check<?> check) |
CheckVisitor |
node(Check<?> check)
Notify, that this is a node, that will contain a subtree of the evaluation of children.
|
void |
trace(Object data,
boolean result) |
void |
trace(String expectation,
Object actualValue,
boolean result)
Capture simple atomic (leaf) verification with defined expectation, actual value and result of the
evaluation.
|
static final CheckVisitor NONE
void trace(String expectation, Object actualValue, boolean result)
expectation - Expectation descriptionactualValue - Actual valueresult - Result of the executed evaluation.CheckVisitor node(Check<?> check)
check - Name of the node.CheckVisitor label(Check<?> check)
CheckVisitor negative(Check<?> check)
void trace(Object data, boolean result)
Copyright © 2018. All rights reserved.