Start setting up expectations. Method calls on mock object will create (and record) new expectations. You can just call methods directly or use Mocker.expect/lastCall to customize expectations.
See Implementation
Start setting up expectations. Method calls on mock object will create (and record) new expectations. You can just call methods directly or use Mocker.expect/lastCall to customize expectations.