Readonly
given: stringDescription of the given value.
Readonly
must: stringDescription of the wanted value.
Readonly
received: (() => MaybePromise<Value>)Function that returns a value being tested.
Readonly
wanted: (() => MaybePromise<Value>)Functions that returns the expected value.
Object that describes a test.
Example