|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTask
org.apache.fop.tools.anttasks.RunTest
Testing ant task. This task is used to test FOP as a build target. This uses the TestConverter (with weak code dependancy) to run the tests and check the results.
Constructor Summary | |
---|---|
RunTest()
|
Method Summary | |
---|---|
void |
execute()
Execute this ant task. |
protected java.util.HashMap |
runConverter(java.lang.ClassLoader loader,
java.lang.String dest,
java.lang.String compDir)
Run the Converter. |
protected void |
runReference()
Run the tests for the reference jar file. |
void |
setBasedir(java.lang.String str)
|
void |
setReference(java.lang.String str)
|
void |
setRefVersion(java.lang.String str)
|
void |
setTestSuite(java.lang.String str)
|
protected void |
testNewBuild()
Test the current build. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RunTest()
Method Detail |
public void setTestSuite(java.lang.String str)
public void setBasedir(java.lang.String str)
public void setReference(java.lang.String str)
public void setRefVersion(java.lang.String str)
public void execute() throws BuildException
BuildException
protected void testNewBuild()
protected void runReference() throws BuildException
BuildException
protected java.util.HashMap runConverter(java.lang.ClassLoader loader, java.lang.String dest, java.lang.String compDir)
loader
- the class loader to use to run the tests with
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |