This package browser is in early development. Mind the rough edges.

perl-test-object

Thoroughly testing objects via registered handlers

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.

Installation

Install the latest version of perl-test-object as follows:

guix install perl-test-object

Or install a particular version:

guix install perl-test-object@0.08

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

HTML: <a href='http://127.0.0.1:3000/packages/perl-test-object/'><img src='http://127.0.0.1:3000/packages/perl-test-object/badges/latest-version.svg'></img></a>
Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/perl-test-object/badges/latest-version.svg)](http://127.0.0.1:3000/packages/perl-test-object/)
Org: [[http://127.0.0.1:3000/packages/perl-test-object/][http://127.0.0.1:3000/packages/perl-test-object/badges/latest-version.svg]]