|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.Task | +--junit.quilt.ant.AntQuiltRunner
Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
AntQuiltRunner()
|
Method Summary | |
void |
addFileset(org.apache.tools.ant.types.FileSet fileset)
This fileset is the tests to be run. |
void |
addSyproperty(org.apache.tools.ant.types.Environment.Variable sysp)
Adds a System Property. |
org.apache.tools.ant.types.Path |
createClasspath()
This allows for the classpath to be embedded between the tags. |
void |
execute()
Ant calls this to start our coverage analasys. |
org.apache.tools.ant.types.Path |
getClasspath()
Useful method for getting the ClassPath. |
java.lang.String |
makeTestName(java.lang.String rawTestName)
makeTestName Test names come in looking like /a/b/c/d.class or /a/b/c/d.java Change them into a.b.c.d |
void |
setClasspath(org.apache.tools.ant.types.Path classPath)
This sets the full ClassPath for running the tests. |
void |
setClasspathRef(org.apache.tools.ant.types.Reference ref)
This sets a classpath reference it can use. |
void |
setFork(boolean value)
Determines whether to start a new JVM or not. |
void |
setPackages(java.lang.String packs)
This is a semicolon list of packages to be instrumented. |
void |
setRegister(java.lang.String register)
This will set the Coverage technique. |
void |
setReport(java.io.File report)
Sets the output directory for reports. |
void |
setReporter(java.lang.String reporter)
This determines which type of reports will be generated. |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorOutput, handleOutput, init, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AntQuiltRunner()
Method Detail |
public void setFork(boolean value)
public void setReport(java.io.File report)
public void setPackages(java.lang.String packs)
public void setRegister(java.lang.String register) throws org.apache.tools.ant.BuildException
public void setReporter(java.lang.String reporter) throws org.apache.tools.ant.BuildException
public void setClasspath(org.apache.tools.ant.types.Path classPath)
public void setClasspathRef(org.apache.tools.ant.types.Reference ref)
public org.apache.tools.ant.types.Path createClasspath()
public void addFileset(org.apache.tools.ant.types.FileSet fileset)
public org.apache.tools.ant.types.Path getClasspath()
public void addSyproperty(org.apache.tools.ant.types.Environment.Variable sysp)
public java.lang.String makeTestName(java.lang.String rawTestName)
public void execute()
execute
in class org.apache.tools.ant.Task
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |