Uses of Interface
org.qaddict.evaluation.EvaluationNode
Packages that use EvaluationNode
Package
Description
-
Uses of EvaluationNode in org.qaddict
Methods in org.qaddict that return EvaluationNodeModifier and TypeMethodDescriptionEvaluate the expectation on provided data. -
Uses of EvaluationNode in org.qaddict.evaluation
Classes in org.qaddict.evaluation that implement EvaluationNodeModifier and TypeClassDescriptionfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordfinal recordMethods in org.qaddict.evaluation that return EvaluationNodeModifier and TypeMethodDescriptionComposedNode.Builder.build(boolean result) ActualValueNode.child()Returns the value of thechildrecord component.CandidateInversionNode.child()Returns the value of thechildrecord component.ExpectationNode.child()Returns the value of thechildrecord component.PathNode.child()Returns the value of thechildrecord component.Methods in org.qaddict.evaluation that return types with arguments of type EvaluationNodeModifier and TypeMethodDescriptionComposedNode.children()Returns the value of thechildrenrecord component.Methods in org.qaddict.evaluation with parameters of type EvaluationNodeModifier and TypeMethodDescriptionstatic ActualValueNodeEvaluationNodes.actualValue(Object actualValue, EvaluationNode node) static ExpectationNodeEvaluationNodes.expectation(Object expectation, EvaluationNode node) static CandidateInversionNodeEvaluationNodes.invert(EvaluationNode node) static PathNodeEvaluationNodes.named(boolean result, Object name, EvaluationNode node) static PathNodeEvaluationNodes.named(Object name, EvaluationNode node) Method parameters in org.qaddict.evaluation with type arguments of type EvaluationNodeModifier and TypeMethodDescriptionstatic ComposedNodeEvaluationNodes.compose(boolean result, List<EvaluationNode> children) Constructors in org.qaddict.evaluation with parameters of type EvaluationNodeModifierConstructorDescriptionActualValueNode(boolean result, Object actualValue, EvaluationNode child) Creates an instance of aActualValueNoderecord class.CandidateInversionNode(boolean result, EvaluationNode child) Creates an instance of aCandidateInversionNoderecord class.ExpectationNode(boolean result, Object expectation, EvaluationNode child) Creates an instance of aExpectationNoderecord class.PathNode(boolean result, Object name, EvaluationNode child) Creates an instance of aPathNoderecord class.Constructor parameters in org.qaddict.evaluation with type arguments of type EvaluationNodeModifierConstructorDescriptionComposedNode(boolean result, List<EvaluationNode> children) Creates an instance of aComposedNoderecord class. -
Uses of EvaluationNode in org.qaddict.expectation
Methods in org.qaddict.expectation that return EvaluationNode -
Uses of EvaluationNode in org.qaddict.expectation.iterable
Methods in org.qaddict.expectation.iterable that return EvaluationNodeModifier and TypeMethodDescriptionMethods in org.qaddict.expectation.iterable that return types with arguments of type EvaluationNodeModifier and TypeMethodDescriptionstatic <D> List<EvaluationNode> InAnyOrderExpectation.byPairing(List<ComposedNode.Builder<D>> evaluationBuilders, MaximumMatching<D, Expectation<? super D>> graph)