afc2d33bec
PR: ports/73237 Submitted by: Alex Kapranoff <kappa AT rambler-co dot ru> Approved by: co-mentor (vanilla)
8 lines
446 B
Text
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/
|