Help for this page

Select Code to Download


  1. or download this
    package Test::AutoMock;
    use base 'Test::MockObject';
    ...
            return 1;
        }
    }