Test::CallFlow::ArgCheck::Regexp - Test::CallFlow::ArgCheck::Regexp documentation


Test-CallFlow documentation  | view source Contained in the Test-CallFlow distribution.

Index


Test::CallFlow::ArgCheck::Regexp

Top

  die "Unfit" unless defined
    my $fit =
      Test::CallFlow::ArgCheck::Regexp->new( qr/^..$/ )->check( 0, [ 'foo' ] );

Checks arguments against a regular expression. See base class Test::CallFlow::ArgCheck.

FUNCTIONS

Top

check

  $checker->check( 1, [ 'foo', 'bar' ] ) ? 'ok' : die;

Checks the argument at given position in referred array against a regular expression.


Test-CallFlow documentation  | view source Contained in the Test-CallFlow distribution.