parrotcode: base class for all Test::Builder test objects | |
Contents | Libraries |
Test::Builder::Test - base class for all Test::Builder test objects
See Test::Builder. You probably don't need to use this directly.
This class provides the following methods:
create( args_hash )
args_hash
hash.
Yes,
this is a facade factory.
The arguments are:number
passed
skip
reason
todo
description
status()
Hash
containing information about this test -- mostly the information you pass to create()
.report()
Written and maintained by chromatic,
chromatic at wgz dot org
,
based on the Perl 6 port he wrote,
based on the original Perl 5 version he wrote with ideas from Michael G.
Schwern.
Please send patches,
feedback,
and suggestions to the Perl 6 internals mailing list.
Copyright (C) 2005-2007, The Perl Foundation.
|