April 14, 2012 82% of Perl Testing Back

Testing Alpha::get_string()

        $expected = 'abcxyz';
        $self = Alpha->new( { string  => $expected } ); 
        ok($self, "Alpha->new() returned true value");
continued...


Home Last TOC Copyright © 2012 James E Keenan Back Next