NAME
Test::C2FIT::WikiRunner - a runner class operating on (wiki) html files.
SYNOPSIS
$runner = new Test::C2FIT::WikiRunner();
$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 WikiRunner.pl
or perl -MTest::C2FIT -e wiki_runner
.
In difference to Test::C2FIT::FileRunner, this class expects to find <wiki>, <table>, <tr> and <td> in the input document.
SEE ALSO
Extensive and up-to-date documentation on FIT can be found at: http://fit.c2.com/