Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: 'either or' value unit test case in Test::Simple or Test::More

by imp (Priest)
on Jan 05, 2007 at 14:54 UTC ( [id://593124]=note: print w/replies, xml ) Need Help??


in reply to 'either or' value unit test case in Test::Simple or Test::More

You could use Test::Deep.
use strict; use warnings; use Test::More tests => 1; use Test::Deep; cmp_deeply([1], subsetof(1,2,3));
  • Comment on Re: 'either or' value unit test case in Test::Simple or Test::More
  • Download Code

Log In?
Username:
Password:

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

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

    No recent polls found