Test-Magpie 0.06 Deleted
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
No Core Issues.
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- meta_yml_has_repository_resource
-
Add a 'repository' resource to the META.yml via 'meta_add' accessor (for Module::Build) or META_ADD parameter (for ExtUtils::MakeMaker).
Modules
Name | Abstract | Version | View |
---|---|---|---|
Test::Magpie | Spy on objects to achieve test doubles (mock testing) | 0.06 | metacpan |
Test::Magpie::ArgumentMatcher | Various templates to catch arguments | 0.06 | metacpan |
Test::Magpie::Inspect | Inspect invocations of methods on mocks | 0.06 | metacpan |
Test::Magpie::Invocation | Represents an invocation of a method | 0.06 | metacpan |
Test::Magpie::Meta::Class | Metaclass for mocks | 0.06 | metacpan |
Test::Magpie::Mock | A mock object | 0.06 | metacpan |
Test::Magpie::Role::HasMock | A role for objects that wrap around a mock | 0.06 | metacpan |
Test::Magpie::Role::MethodCall | A role that represents a method call | 0.06 | metacpan |
Test::Magpie::Spy | A look into the invocation history of a mock for verifaciotn | 0.06 | metacpan |
Test::Magpie::Stub | The declaration of a stubbed method | 0.06 | metacpan |
Test::Magpie::Types | Type constraints used by Magpie | 0.06 | metacpan |
Test::Magpie::Util | Utilities used by Test::Magpie | 0.06 | metacpan |
Test::Magpie::When | The process of stubbing a mock method call | 0.06 | metacpan |