freebsd-ports/devel/p5-Test-Deep/pkg-descr
Cheng-Lung Sung afc2d33bec - perl extension that testing data structures for differences deeply.
PR:		ports/73237
Submitted by:	Alex Kapranoff <kappa AT rambler-co dot ru>
Approved by:	co-mentor (vanilla)
2004-10-30 08:42:30 +00:00

8 lines
446 B
Text

Test::Deep gives you very flexible ways to check that the result you
got is the result you were expecting. At it's simplest it compares two
structures by going through each level, ensuring that the values
match, that arrays and hashes have the same elements and that
references are blessed into the correct class. It also handles
circular data struc- tures without getting caught in an infinite loop.
WWW: http://search.cpan.org/dist/Test-Deep/