NAME
Test::Mock::Invocation - Represents an actual invocation of a method
VERSION
version 0.04
ATTRIBUTES
receiver
Required. The object that the method was invoked on.
method
Required. The name of the method invoked.
parameters
All the parameters passed to the method (except $self).
AUTHOR
Oliver Charles <oliver.g.charles@googlemail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2010 by Oliver Charles.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.