From Test::Simple to Test::Extreme - Basic Testing 9

Perl Testing Protocol

  • a series of tests gives us a list of results:

        ok
        ok
        not ok
        ok
        not ok
        ok
    
  • ok and not ok are the two LEGO® bricks of the Perl testing world

 

YAPC::CA << Previous | Index | Next >>
Copyright © 2003 Michael Graham