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 the list of children's normalized data
description of the expectation
Resolve the expectation
AllOf expectations gets fulfilled only if all the children expectations are.
The evaluation stops at the first RejectedExpectation and children beyond that are UnresolvedExpectation.
The normalized data in case of FulfilledExpectation is the result of the provided normalizeTo function evaluated from the list of the normalized data returned by each children.
Input data to evaluate the expectation on
Expectation status from given inputData
Generated using TypeDoc
AllOf
=unknown Combine a list of children expectations and gets fulfilled only if all the children are.