NAME

ICANN::RST::Plan - an object representing an RST test plan.

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 plan.

description()

A ICANN::RST::Text object containing the long textual description of the plan.

suites()

A list of ICANN::RST::Suite objects used by this plan.

cases()

A list of ICANN::RST::Case objects used by the suites used by this plan.

inputs()

A list of ICANN::RST::Inputs objects used by the test cases used by the suites used by this plan.

resources()

A list of ICANN::RST::Resource objects relevant to this plan.

errors()

A list of ICANN::RST::Error objects which may be produced by this plan.

graph()

Returns a ICANN::RST::Graph object representing the sequence diagram for this plan.

oteOnly()

Returns a boolean indicating whether this plan is only available in the OT&E environment.

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.