bypass
bypass copied to clipboard
Allow the user to specify the expected number of calls
Allows the user to specify the number of calls to expect. Verify will fail if the number of actual calls is different than the number of expected calls.
Added expect/3 and expect/5 to setup a called exactly n times expectation.