Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Test::Class and test organization

by dragonchild (Archbishop)
on Mar 21, 2006 at 14:17 UTC ( [id://538194]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Test::Floober;
    
    ...
        # Do stuff here with $self->{foo} and $self->{bar}
        # that were passed in at new()
    }
    
  2. or download this
    use Test::Floober;
    
    ...
    my $test2 = Test::Floober->new( foo => 'abcd', bar => [ 2 .. 5 ] );
    
    Test::Class->runtests( $test, $test2 );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-25 06:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found