Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Further adventures with testing

by Ovid (Cardinal)
on Sep 25, 2002 at 23:48 UTC ( [id://200767]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    # testing null information
    my @results = $sec->validate( $mock );
    ok( ! @results, 'No cookie, user, or pass should fail to validate');
    
  2. or download this
    sub add_product {
        my ( $self, $data ) = @_;
    ...
        );
        $self->_generic_insert( \%category, 'category_product', COMMIT );
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://200767]
Approved by tadman
Front-paged by krisahoch
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-24 08:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found