Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Automated software testing: emulation of interfaces using Test::MockObject

by IlyaM (Parson)
on Jun 13, 2002 at 00:26 UTC ( [id://174082]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    =head1 NAME
    ...
    }
    
    1;
    
  2. or download this
    package Apache;
    
    ...
    ....
    ....
    ....
    
  3. or download this
    use Test::More tests => 9;
    
    ...
        is($COOKIE_HEADER_OUT, 'ID=1234; path=/',
           'Test if cookie have been sent correctly');
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-03-28 10:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found