| Test-CallFlow documentation | view source | Contained in the Test-CallFlow distribution. |
Checks for argument equality.
If test is undefined, arguments must be as well.
die "Inequal" unless defined
my $equality =
Test::CallFlow::ArgCheck::Equals
->new( test => 'man' )
->check( 1, [ 'child', 'woman' ] );
| Test-CallFlow documentation | view source | Contained in the Test-CallFlow distribution. |