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
defines the condition of fulfillment
defines how to normalize the data
description of the expectation
BaseExpectation gets fulfilled if this.when is from inputData.
The normalized data in case of FulfilledExpectation is:
Input data to evaluate the expectation on
Expectation status from given inputData
Generated using TypeDoc
BaseExpectation
A simple base class for expectations that may be better suited rather than deriving directly from IExpectation.