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
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>