NAME
Test::Suite::TestBase - Base class for Test classes.
DESCRIPTION
This class is the base class for test classes users define.
SYNOPSYS
package My::Test;
use Test::Suite;
This is all you need to make a test class using this as a base.
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.
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.