Easily create test classes in an xUnit/JUnit style
http://search.cpan.org/dist/Test-Class
Test::Class provides a simple way of creating classes and objects to test
your code in an xUnit style.
Built using Test::Builder, it was designed 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.
- Developed at devel:languages:perl
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/perl-Test-Class && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Test-Class-0.39.tar.gz | 0000078655 76.8 KB | |
perl-Test-Class.changes | 0000001486 1.45 KB | |
perl-Test-Class.spec | 0000003011 2.94 KB |
Revision 7 (latest revision is 15)
Stephan Kulow (coolo)
accepted
request 177513
from
Stephan Kulow (coolo)
(revision 7)
- updated to 0.39 - Merged schwern's https://github.com/adrianh/test-class/pull/2 "Fix Test::Class for Test::Builder 1.5" - thank you Schwern! - Many thanks to the ever excellent Ovid for actually making this happen. - die-in-setup.t will work on Windows (thanks to Alexandr Ciornii for the patch) - Fix docs to explain "no_plan" in start up" (thanks to skington for the patch) - Fixed RT#64470: minor documentation error in Test::Class::Load (thanks to Andrew Grangaard for patch) - Fixed RT#39266: Test::Class with Package::Alias - Fixed RT#56636: feature request: option to turn off auto-skipping uncompleted tests (thanks to Ken Fox for suggestion) with addition of fail_if_returned_early() (thanks to Dave Evans for patch) - Fixed RT#64268: dying in setup does not skip rest of test - Startup and shutdown methods are no longer run if a class will not run any test methods - Updated acknowledgements - Added missing filter tests to MANIFEST & distribution (forwarded request 177486 from coolo)
Comments 0