Mocker.replay

Stop setting up expectations. Any method calls after this point will be matched against the expectations set up before calling replay and expectations' actions will be executed.

class Mocker
void
replay
(
)

Meta