Adding Descriptions
- Many Perl test functions take an optional extra argument
ok( hello_world() eq "Hello, world!", 'hello_world() output should be sane' );
| Perl Makes Testing Easy | Perl Testing | #22 |
ok( hello_world() eq "Hello, world!", 'hello_world() output should be sane' );
| Copyright © 2006 Ian Langworth |