| org.cyberneko.html.Tester
Tester | public class Tester extends Task (Code) | | A simple regression tester written as an Ant task. This task
generates canonical output using the Writer class
and compares it against the expected canonical output. Simple
as that.
author: Andy Clark |
fCanonicalDir | protected String fCanonicalDir(Code) | | Canonical test directory.
|
fFileSets | protected Vector fFileSets(Code) | | List of test filesets.
|
fOutputDir | protected String fOutputDir(Code) | | Output directory for generated files.
|
addFileSet | public void addFileSet(FileSet fileset)(Code) | | Adds a fileset to the list of test filesets.
|
execute | public void execute() throws BuildException(Code) | | Performs the test.
|
setCanonDir | public void setCanonDir(String canondir)(Code) | | Sets the canonical test directory.
|
setOutputDir | public void setOutputDir(String outdir)(Code) | | Sets the output directory for generated files.
|
|
|