DOKK / manpages / debian 12 / libzonemaster-perl / Zonemaster::Engine::TestMethods.3pm.en
Zonemaster::Engine::TestMethods(3pm) User Contributed Perl Documentation Zonemaster::Engine::TestMethods(3pm)

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

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

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.
2023-03-04 perl v5.36.0