Companion
Properties
Verifies that each function call occurred at least once in any order and there is no more calls.
Verifies that given calls occurred in exact same order and there is no more calls.
Verifies that none of the specified calls occurred.
Verifies that given calls occurred in specified order. It allows other calls in between.
Verifies that each function call occurred at least once in any order. It allows unverified calls.
Functions
Verifies that each function call occurred at least n times. It allows unverified calls.
Verifies that each function call occurred at least once and at most n times. It allows unverified calls.
Verifies that each function call occurred exactly n times. It allows unverified calls.
Verifies that number of calls for each function is within the given range. It allows unverified calls.