NAME

Class::PObject::Test::Types - Class::PObject't types test suits

SYNOPSIS

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

DESCRIPTION

Types.pm is a test suit similar to Class::PObject::Test::Basic, but concentrates on column type specification

SEE ALSO

Class::PObject::Test::Basic, Class::PObject::Test::HAS_A

COPYRIGHT AND LICENSE

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