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
Resolve the expectation
Of expectation gets fulfilled if this.when(inputData) returns true,
The normalized data in case of FulfilledExpectation is this.normalizeTo(inputData).
Input data to evaluate the expectation on
Expectation status from given inputData
Generated using TypeDoc
Of
An 'elementary' expectation: it resolves a provided
(inputData: unknown) => boolean
function. It represents the leafs of the expectation trees of contract.