NAME
ICANN::RST::Suite - an object representing an RST test suite.
VERSION
version 0.01
DESCRIPTION
This class inherits from ICANN::RST::Base (so it has the id()
, order()
and spec()
methods).
METHODS
name()
The name of the suite.
description()
A ICANN::RST::Text object containing the long textual description of the suite.
cases()
A list of ICANN::RST::Case objects used by this suite.
inputs()
A list of ICANN::RST::Inputs objects used by the test cases used by this suite.
resources()
A list of ICANN::RST::Resources objects relevant to this suite.
errors()
A list of ICANN::RST::Error objects which may be produced by this suite.
graph()
Returns a GraphViz2 object visualising the sequence of tests for this suite.
AUTHOR
Gavin Brown <gavin.brown@icann.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2025 by Internet Corporation for Assigned Names and Number (ICANN).
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.