Help for this page

Select Code to Download


  1. or download this
        use warnings;
        use strict;
    ...
            ##[ x <- Int( range=>[0,10] ) ]##
            cmp_ok( $x, '>=', 0, "" );
        }, name => "cmp_ok() works with LectroTest";
    
  2. or download this
        $ perl pm-lectrotest-testbuilder.pl
        1..1
        ok 1 - 'cmp_ok() works with LectroTest' (1000 attempts)