The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test::Run::Obj::CanonFailedObj - an object representing a canon that failed

METHODS

$self->add_result($result)

Pushes $result to the result() slot.

$self->get_ser_results()

Returns the serialized results.

$self->add_Failed($test)

Add a failed test $test to the diagnostics.

$self->add_skipped($test)

Add a skipped test.

SEE ALSO

Test::Run::Base::Struct, Test::Run::Obj, Test::Run::Core

LICENSE

This file is freely distributable under the same terms as Perl itself.

AUTHOR

Shlomi Fish, http://www.shlomifish.org/.