NAME
Test::Suite::Grouping::Base - Base class for grouping classes
DESCRIPTION
Sets and Cases use this as a base class.
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.
METHODS
- $class->new( $name, %proto )
-
Create a new instance
- $name = $obj->name()
-
Returns the name of the object
- $method = $obj->method()
-
Returns the method associated with the object. Can be a coderef or method name.
- $type = $obj->type()
-
Get the type of object. Subclasses should override this.
- $obj->run( $test )
-
Run the object method on the the specified test object.
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.