Test::Deep::Matcher

Type check matchers for Test::Deep
Download

Test::Deep::Matcher Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • NAKAGAWA Masaki
  • Publisher web site:
  • http://search.cpan.org/~masaki/

Test::Deep::Matcher Tags


Test::Deep::Matcher Description

Test::Deep::Matcher is a collection of Test::Deep type check matchers.SYNOPSIS use Test::More; use Test::Deep; use Test::Deep::Matcher; my $got = +{ foo => 'string', bar => 100, baz => , quux => { foo => 'bar' }, }; cmp_deeply($got, +{ foo => is_string, bar => is_integer, baz => is_array_ref, quux => is_hash_ref, }); done_testing;Product's homepage


Test::Deep::Matcher Related Software