The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Test::EasyMock::MockControl::Class - Control behavior of the class method mocking.

CONSTRUCTORS

new($module)

Create a control instance for class method mocking.

INSTANCE METHODS

replay

Change to replay mode. Override for creating Test::MockModule and mocking class method.

reset

Clear expectations and change to record mode. Override for release Test::MockModule instance.