public class Statement extends Check<Context> implements Conclusion
| Constructor and Description |
|---|
Statement() |
| Modifier and Type | Method and Description |
|---|---|
void |
conclude(Boolean aBoolean,
Context context,
CheckVisitor logger) |
protected boolean |
test(Context data,
CheckVisitor checkVisitor)
Evaluation of the condition on provided data, able to provide full detail of the evaluation using
provided detail collector.
|
protected boolean test(Context data, CheckVisitor checkVisitor)
Checkpublic void conclude(Boolean aBoolean, Context context, CheckVisitor logger)
conclude in interface ConclusionCopyright © 2018. All rights reserved.