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.