Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios-plugins-nwc-health > Binaries > nagios-plugins-nwc-health-8... > Dependencies
Sign Up | Log In

Dependency of nagios-plugins-nwc-health-8.0-1.1.src.rpm

Name: perl-Test-Object

Project: openSUSE_13.2

Repository: oss

Title: Thoroughly testing objects via registered handlers

Description:
In situations where you have deep trees of classes, there is a common
situation in which you test a module 4 or 5 subclasses down, which should
follow the correct behaviour of not just the subclass, but of all the
parent classes.

This should be done to ensure that the implementation of a subclass has not
somehow "broken" the object's behaviour in a more general sense.

'Test::Object' is a testing package designed to allow you to easily test
what you believe is a valid object against the expected behaviour of *all*
of the classes in its inheritance tree in one single call.

To do this, you "register" tests (in the form of CODE or function
references) with 'Test::Object', with each test associated with a
particular class.

When you call 'object_ok' in your test script, 'Test::Object' will check
the object against all registered tests. For each class that your object
responds to '$object->isa($class)' for, the appropriate testing function
will be called.

Doing it this way allows adapter objects and other things that respond to
'isa' differently that the default to still be tested against the classes
that it is advertising itself as correctly.

This also means that more than one test might be "counted" for each call to
'object_ok'. You should account for this correctly in your expected test
count.

Authors:
--------
Adam Kennedy <cpan@ali.as>

Version: 0.07

Release: 18.1.3

Architecture: noarch

Size: 18.3 KB

Build Time: 2014-10-06 15:16:31 +0200 (over 9 years ago)

Provides

Symbol Required by
perl(Test::Object) = 0.07
perl(Test::Object::Test) = ...
perl-Test-Object = 0.07-18.1.3

Requires

Symbol Provided by
perl(:MODULE_COMPAT_5.20.1) perl
perl(Carp) perl-base
perl(Exporter) perl-base
perl(File::Spec) >= 0.80 perl-base-32bit perl-base
perl(Scalar::Util) >= 1.16 perl-base-32bit perl-base perl-Scalar-List-Utils
perl(Test::More) >= 0.42 perl perl-Test-Simple
perl(overload) perl-base