public class JUnitReportTask
extends org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator
DEFAULT_DIR, DEFAULT_FILENAME, filesets, generatedId, toDir, toFile, transformers
ATTR_CLASSNAME, ATTR_ERRORS, ATTR_FAILURES, ATTR_ID, ATTR_MESSAGE, ATTR_NAME, ATTR_PACKAGE, ATTR_TESTS, ATTR_TIME, ATTR_TYPE, ATTR_VALUE, ERROR, FAILURE, HOSTNAME, PROPERTIES, PROPERTY, SYSTEM_ERR, SYSTEM_OUT, TESTCASE, TESTSUITE, TESTSUITES, TIMESTAMP
Constructor and Description |
---|
JUnitReportTask() |
Modifier and Type | Method and Description |
---|---|
org.apache.tools.ant.types.Path |
createClasspath()
Creates the current classpath.
|
org.apache.tools.ant.taskdefs.optional.junit.AggregateTransformer |
createReport()
Generate a report based on the document created by the merge.
|
void |
setClasspath(org.apache.tools.ant.types.Path classpath)
Sets an additional classpath.
|
void |
setClasspathRef(org.apache.tools.ant.types.Reference r)
Sets a reference to a classpath.
|
addFileSet, addTestSuite, createDocument, execute, getDestinationFile, getFiles, setTodir, setTofile, writeDOMTree
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public org.apache.tools.ant.taskdefs.optional.junit.AggregateTransformer createReport()
createReport
in class org.apache.tools.ant.taskdefs.optional.junit.XMLResultAggregator
public void setClasspath(org.apache.tools.ant.types.Path classpath)
classpath
- the additional classpath to append to the current one.public void setClasspathRef(org.apache.tools.ant.types.Reference r)
r
- the reference to set.public org.apache.tools.ant.types.Path createClasspath()
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.