Scroll to navigation

Zonemaster::Engine::TestMethods(3pm) User Contributed Perl Documentation Zonemaster::Engine::TestMethods(3pm)

NAME

Zonemaster::Engine::TestMethods - Methods common to Test Specification used in test modules

SYNOPSIS

    my @results = Zonemaster::Engine::TestMethods->method1($zone);

METHODS

For details on what these methods implement, see the test specification documents.

Returns either a Zonemaster::Engine::Zone or undef.
Returns an arrayref of Zonemaster::Engine::DNSName objects.
Returns an arrayref of Zonemaster::Engine::DNSName objects.
Returns something that behaves like an arrayref of Zonemaster::Engine::Nameserver objects.
Returns something that behaves like an arrayref of Zonemaster::Engine::Nameserver objects.
Returns the union of Zonemaster::Engine::DNSName objects returned by method2($zone) and method3($zone) in a arrayref. The elements are sorted according to their string representation.
Returns the union of Zonemaster::Engine::Nameserver objects returned by method4($zone) and method5($zone) in a arrayref. The elements are sorted according to their string representation.
2024-04-22 perl v5.38.2