]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/perl/t/03-DomainObject.t
can has use tests for all modules
[OpenSRF.git] / src / perl / t / 03-DomainObject.t
1 #!perl -T
2
3 use Test::More tests => 3;
4
5 use_ok( 'OpenSRF::DomainObject::oilsMessage' );
6 use_ok( 'OpenSRF::DomainObject::oilsMethod' );
7 use_ok( 'OpenSRF::DomainObject::oilsResponse' );