Assemble a new Box around the entity.
Boolean invert Expect the opposite of the expectation
Pass subject to function, yielding result.
Function to invoke
Pass elements of (array-like) subject to function, yielding result.
Function to invoke
Declare an expectation on the yielded value.
Filter elements of (array-like) subject by predicate, yielding result.
Function to invoke
the expression to verify
Pass elements of (array-like) subject to function, yielding result.
Function to invoke
Expect subject to deep-equal value.
Resolve yielded subject.
Yield an arbitrary subject.
Build an empty box. Throw an error on yield if opened without wrapping anything else.
Assemble a new expectation, yielding the provided entity.
the value to yield to the link
Generated using TypeDoc
Expectation extends Box and adds support for verification (test cases).