The replay method is used to pass the mock from recording (where you record the method you expect to be called) to replaying state (where you actually test).
The replay method is used to pass the mock from recording (where you record the method you expect to be called) to replaying state (where you actually test).