NAME

ICANN::RST::Case - an object representing an RST test case.

VERSION

version 0.01

DESCRIPTION

This class inherits from ICANN::RST::Base (so it has the id(), order() and spec() methods).

METHODS

summary()

Short textual description of the test case.

description()

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

inputs()

A list of ICANN::RST::Input objects required by this test case.

resources

A list of ICANN::RST::Resource objects required by this test case.

errors

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

dependencies()

A list of test cases that this test case depends on.

dependents()

A list of test cases that depend on this test case.

suites()

A list of all ICANN::RST::Suite objects that use this test case.

providers()

A list of all ICANN::RST::DataProvider objects used by this test case.

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.