The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::AutoMock::Mock::Basic

DESCRIPTION

The mock class. Only isa, DESTROY, AUTOLOAD methods are implemented. You operate this class with the function defined in Test::AutoMock::Mock::Functions.

Do not instantiate this class directly. Use Test::AutoMock::mock instead.

SEE ALSO

Test::MockObject
Test::AutoMock::Mock::Functions

LICENSE

Copyright (C) Masahiro Honma.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

Masahiro Honma <hiratara@cpan.org>