Package DE_EPAGES::Test::API::TestTools
colection of test tools which are useful for unit tests
@EXPORT_OK |
Functions
TestExistsMethod
Throws an Error if a Package don't contain a specific method
Syntax |
TestExistsMethod( 'A::Package::Name', 'aMethodName' ); TestExistsMethod( $ObjectOfAPackage, 'otherMethodName' ); |
Input |
|