The type of FulfilledExpectation.value, i.e. the type of the expectation return's value (normalized value) when the expectation is fulfilled
description of the expectation
list of children expectations
defines how to normalize the data from one of the children
description of the expectation
Resolve the expectation
AnyOf expectation gets fulfilled if at least one of its children is.
Children expectations beyond the first fulfilled one get associated to UnresolvedExpectation (they do not need to be evaluated).
The normalized data in case of FulfilledExpectation is the the result of the provided normalizeTo function evaluated from the first fulfilled child.
Input data to evaluate the expectation on
Expectation status from given inputData
Generated using TypeDoc
AnyOf
Combine a list of children expectations and gets fulfilled if at least one of the children is.
Children expectations beyond the first fulfilled one get associated to UnresolvedExpectation (they do not need to be evaluated).
The normalized data in case of FulfilledExpectation is the the result of the provided normalizeTo function evaluated from the first fulfilled child.