The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

SYNOPSIS

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

DESCRIPTION

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

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

SEE ALSO

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

COPYRIGHT AND LICENSE

For author and copyright information refer to Class::PObject's online manual.