Mocker.record

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.

class Mocker
void
record
(
)

Meta