summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Class/DESCR
blob: 3155f57e5d6c3065e5954329233fdb08d58fd928 (plain)
1
2
3
4
5
6
7
8
9
10
11
Test::Class provides a simple way of creating classes and objects
to test your code in an xUnit style.

Built using Test::Builder it is designing to work with other
Test::Builder based modules (Test::More, Test::Differences,
Test::Exception, etc.)

Note: This module will make more sense if you are already familiar
with the "standard" mechanisms for testing perl code. Those unfamiliar
with Test::Harness, Test::Simple, Test::More and friends should go
take a look at them now. Test::Tutorial is a good starting point.