The type of FulfilledExpectation.value, i.e. the type of the expectation return's value (normalized value) when the expectation is fulfilled
target attribute name
expectation on the attribute
defines how to normalize the expectation resolved value.
description of the expectation
Resolve the expectation
The expectation get fulfilled if both: (i) the attribute attName exist in the inputData, and (ii) expectation resolve to FulfilledExpectation when applied on inputData[attName].
If the attName do not exist in the inputData, expectation is not evaluated.
The normalized data is the result of the provided normalizeTo function evaluated from this.expectation.resolve(inputData[attName]).
Input data to evaluate the expectation on
Expectation status from given inputData
Generated using TypeDoc
ExpectAttribute
Apply an expectation on a target attribute attName.