Class::PObject::Test::Basic - Class::PObject's basic test suit


Class-PObject documentation  | view source Contained in the Class-PObject distribution.

Index


NAME

Top

Class::PObject::Test::Basic - Class::PObject's basic test suit

SYNOPSIS

Top

    # inside t/*.t files:
    use Class::PObject::Test::Basic;
    $t = new Class::PObject::Test::Basic($drivername, $datasource);
    $t->run() # running the tests

DESCRIPTION

Top

This library is particularly useful for Class::PObject driver authors. It provides a convenient way of testing your newly created PObject driver to see if it functions properly, as well as helps you to write test scripts with literally couple of lines of code.

This same class is also used by Class::PObject's standard test scripts

Class::PObject::Test::Basic is a subclass of Class::PObject::Test.

NATURE OF TESTS

Top

This test suite tests the driver's ability to perform most of the functionality as discussed in Class::PObject's manual.

SEE ALSO

Top

Class::PObject::Test::Types, Class::PObject::Test::HAS_A

COPYRIGHT AND LICENSE

Top


Class-PObject documentation  | view source Contained in the Class-PObject distribution.