The type of FulfilledExpectation.value, i.e. the type of the expectation return's value (normalized value) when the expectation is fulfilled
the related expectation
the status of expectation children
whether or not the expectation is fulfilled
the value (data) from which the expectation has been resolved
the normalized value, defined only for FulfilledExpectation
Generated using TypeDoc
ExpectationStatus
The class ExpectationStatus is the type of the return value when an expectation is resolved. It serves two purposes:
ExpectationStatus has a tree structure, the same way expectations have (complex 'expectations' are built from combinations of children expectations).
See Contract for a contextual discussion about expectations, status, and normalized values.