Skip to content

Commit

Permalink
Merge af7ad40 into 3715d36
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Feb 18, 2020
2 parents 3715d36 + af7ad40 commit e7247c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Test/Arrow.pm
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ The test name is taken from the first line of each test.
=head2 TEST EXECUTERS
=head3 pass
=head3 fail
Just pass or fail
Expand All @@ -298,13 +299,15 @@ Just pass or fail
$arr->got($true);
=head3 is
=head3 isnt
Similar to C<is> and C<isnt> compare values with C<eq> and C<ne>.
$arr->expect('FOO')->got(us 'foo')->is;
=head3 is_num
=head3 isnt_num
Similar to C<is_num> and C<isnt_num> compare values with C<==> and C<!=>.
Expand All @@ -318,6 +321,7 @@ The $got will be compare with expected value.
$arr->expect(us 'foo')->to_be('FOO');
=head3 like
=head3 unlike
C<like> matches $got value against the $expected regex.
Expand Down

0 comments on commit e7247c0

Please sign in to comment.