Test::C2FIT::WikiRunner - a runner class operating on (wiki) html files.


Test-C2FIT documentation  | view source Contained in the Test-C2FIT distribution.

Index


NAME

Top

Test::C2FIT::WikiRunner - a runner class operating on (wiki) html files.

SYNOPSIS

Top

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




DESCRIPTION

Top

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

Top

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


Test-C2FIT documentation  | view source Contained in the Test-C2FIT distribution.