Why not adopt me?
NAME
Test::StructuredObject::TestSuite - A collection of tests in an order waiting to be executed.
VERSION
version 0.01000010
METHODS
name
Simply returns the string to use inside linearize
'd TestSuite
s.
run
execute each one of $self->items
linearize
Flatten all nested subsets to produce a TestSuite
containing only Test
and NonTest
entries.
This is handy for backwards compatibility with older Test::More
instances.
to_s
pretty-print ( Serialisation-like ) a string representation of this object in a recursive way.
Handy for seeing the internal representation of the prepared test.
ATTRIBUTES
items
An array of testable items.
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Kent Fredric <kentnl@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.