Interface EvaluationNode

All Known Implementing Classes:
ActualValueNode, CandidateInversionNode, ComposedNode, ExpectationNode, PathNode, ResultNode, ThrowableNode

Representation of subtree of detailed information about the evaluation (application of an expectation on provided data). As the expectation as such can consist of partial ones, each of them providing piece of information into the full detail, also the evaluation detail is structured as a tree of nodes, where each of them provides its piece of evaluation detail.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Overall boolean result of the expectation evaluation.
  • Method Details

    • result

      boolean result()
      Overall boolean result of the expectation evaluation.
      Returns:
      Boolean indicating, if tested data matched the expectation of not.