The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Test::C2FIT::FileRunner - a runner class operating on (plain) html files.

SYNOPSIS

        $runner = new Test::C2FIT::FileRunner();
        $runner->run($infile,$outfile);

DESCRIPTION

Either you use this class as a starting point for your tests or your test documents refer to other test documents which shall be processed recursively.

To run your tests, it might be even simplier to use FileRunner.pl or perl -MTest::C2FIT -e file_runner.

SEE ALSO

Extensive and up-to-date documentation on FIT can be found at: http://fit.c2.com/