Test::CallFlow::ArgCheck::Any

SYNOPSIS

  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.

FUNCTIONS

check

Always returns 1.