NAME
Test::Suite::Grouping - Functions for creating/manipulating cases and sets.
DESCRIPTION
This package is repsonsible for the case/set creation functionality. You will probably never need to use this directly.
EARLY VERSION WARNING
This is VERY early version. Test::Suite does not run yet.
Please go to http://github.com/exodist/Test-Suite to see the latest and greatest.
CLASS METHODS
EXPORTABLE FUNCTIONS
- test_set( $name, $code )
- test_set( $name, %proto )
-
Define a test set in the calling test class.
- test_case( $name, $code )
- test_case( $name, %proto )
-
Define a test case in the calling test class.
AUTHORS
Chad Granum exodist7@gmail.com
COPYRIGHT
Copyright (C) 2010 Chad Granum
Test-Suite is free software; Standard perl licence.
Test-Suite is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the license for more details.