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

NAME

Test::Magpie::Verify - Look into the invocation history of a mock for verification

DESCRIPTION

Spy objects allow you to look inside a mock and verify that certain methods have been called. You create these objects by using verify from Test::Magpie.

Spy objects do not have a public API as such; they share the same method calls as the mock object itself. The difference being, a method call now checks that the method was invoked on the mock at some point in time, and if not, fails a test.

You may use argument matchers in verifying method calls.

AUTHORS

  • Oliver Charles <oliver.g.charles@googlemail.com>

  • Steven Lee <stevenwh.lee@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 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.