| Test-CallFlow documentation | view source | Contained in the Test-CallFlow distribution. |
die "Impossible" unless defined
my $equality =
Test::CallFlow::ArgCheck::Any
->new( test => 'man' )
->check( 1, [ 'child', 'woman' ] );
Use objects of this class to pass one or more arguments without checking in a call to a mocked function.
Always returns 1.
| Test-CallFlow documentation | view source | Contained in the Test-CallFlow distribution. |