<<

NAME

CTF::ServiceTest::Base - base class for all CTF service test modules

SYNOPSIS

    use CTF;
    CTF->load_from_io($config);

    my $validator = CTF::ServiceTest::Foo->new()
    $validator->validate();
    $validator->get_flag();

ABSTRACT

ServiceTest modules must speak to the service they test, in order to make sure that it is functional.

Modules need only define subroutines, and push them onto @Validators, in order for them to be called by validate().

Methods

<<

Unless otherwise noted, all content is copyright Marc Dougherty and is subject to a Creative Commons license.