It takes actual value and decides if it is expected or not. Returns true or false accordingly.
A message that describes the expectation.
A message that describes the expectation.
Static AtStatic AtStatic AtStatic AtStatic BetweenIt expects that the actual would be in the expected range of values.
The lowest bound of the range.
The highest bound of the range.
Sets the rules where bounds of a range are included or excluded from the range.
Static ExactlyStatic NeverStatic OnceGenerated using TypeDoc
This class expresses the expectation about amount of invocations.
Example