blob: 499cb240f22d1a3194b646a186d2c143d60e76ce (
plain)
1
2
3
4
5
|
The Perl 5 module Test::Base provides a way to trivially write a
test framework base class.
Test::Base concentrates on offering reusable data driven patterns,
it provides some clean ways to express input and expected output
data.
|