Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Can I use Test::Differences with Test::LectroTest?

by pernod (Chaplain)
on Feb 01, 2005 at 16:36 UTC ( [id://426952]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    Property {
      ##[ x <- Int #]##
      square( $x ) == $x * $x;
    }, name => "Finding \$x's square";
    
  2. or download this
    use Test::Differences;
    Property {
    ...
    
      eq_or_diff( \@result, \@expected );
    }, name => "Transmogrifer parameters ok";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-03-28 10:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found