Search results for "module:Test::Deep"
Test::Deep - Extremely flexible deep comparison
If you don't know anything about automated testing in Perl then you should probably read about Test::Simple and Test::More before preceding. Test::Deep uses the Test::Builder framework. Test::Deep gives you very flexible ways to check that the result...
RJBS/Test-Deep-1.204 - 07 Jan 2023 23:02:26 UTC
Test::Deep::PDL - Test ndarrays inside data structures with Test::Deep
This is just an implementation class. Look at the documentation for test_pdl() in Test::PDL....
ETJ/Test-PDL-0.20 - 26 Feb 2022 21:27:36 UTC
Test::Deep::URI - Easier testing of URIs for Test::Deep
Test::Deep::URI provides the functions "uri($expected)" and "uri_qf($expected, $query_form)" for Test::Deep. Use it in combination with "cmp_deeply" to test against partial URIs. In particular I wrote this because I was tired of stumbling across unit...
NFG/Test-Deep-URI-0.05 - 17 Jun 2022 17:12:04 UTC
Test::Deep::JWT - JWT comparison with Test:Deep functionality
Test::Deep::JWT is the helper module for comparing JWT string with Test::Deep functionality. This module will export a function called 'jwt'. jwt(\%claims, \%header) \%claims is the expected claims part of JWT. \%header is the expected header part of...
ADDSICT/Test-Deep-JWT-0.02 - 07 Jun 2015 02:31:00 UTC
Test::Deep::Cond - simple code test in Tesst::Deep
Test::Deep::Cond is simple way to compare value by code reference. Test::Deep provides "code" function. But, Test::Deep::Cond is more simply to test. cmp_deeply( { hoge => 3, }, { hoge => code(sub { my $val = shift; 2 < $val and $val < 4 }), }, ); Th...
SOH/Test-Deep-Cond-0.01 - 08 Feb 2013 07:31:57 UTC
Test::Deep::YAML - A Test::Deep plugin for comparing YAML-encoded data
This module provides the "yaml" function to indicate that the target can be parsed as a YAML string, and should be decoded before being compared to the indicated expected data....
ETHER/Test-Deep-YAML-0.004 - 24 Apr 2015 16:04:34 UTC
Test::Deep::Type - A Test::Deep plugin for validating type constraints
This is a Test::Deep plugin that provides the sub "is_type" to indicate that the data being tested must validate against the passed type. This is an actual type *object*, not a string name -- for example something provided via MooseX::Types, or a pla...
ETHER/Test-Deep-Type-0.008 - 27 Sep 2016 00:57:13 UTC
Test::Deep::JSON - Compare JSON with Test::Deep
Test::Deep::JSON provides the "json($expected)" function to expect that target can be parsed as a JSON string and matches (by "cmp_deeply") with *$expected*....
MOTEMEN/Test-Deep-JSON-0.05 - 24 Apr 2018 11:24:46 UTC