aQute.junit.runtime
Class PlainResultFormatter

java.lang.Object
  extended by org.apache.tools.ant.taskdefs.optional.junit.PlainJUnitResultFormatter
      extended by aQute.junit.runtime.PlainResultFormatter
All Implemented Interfaces:
junit.framework.TestListener, org.apache.tools.ant.taskdefs.optional.junit.JUnitResultFormatter, org.apache.tools.ant.taskdefs.optional.junit.JUnitTaskMirror.JUnitResultFormatterMirror

public class PlainResultFormatter
extends org.apache.tools.ant.taskdefs.optional.junit.PlainJUnitResultFormatter

An extension of the standard Ant PlainJUnitResultFormatter.

Since:
01-Oct-2009
Author:
thomas.diesler@jboss.com

Constructor Summary
PlainResultFormatter(String reportDir, String testSuiteName)
          Creates an XMLResultFormatter with the given report specs.
 
Method Summary
 
Methods inherited from class org.apache.tools.ant.taskdefs.optional.junit.PlainJUnitResultFormatter
addError, addFailure, addFailure, endTest, endTestSuite, setOutput, setSystemError, setSystemOutput, startTest, startTestSuite
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainResultFormatter

public PlainResultFormatter(String reportDir,
                            String testSuiteName)
                     throws IOException
Creates an XMLResultFormatter with the given report specs.

Parameters:
reportDir - The directory to generate the test reports in
testSuiteName - The test suite name.
Throws:
IOException - if the test report file cannot be created


Copyright © 2010 aQute SARL. All Rights Reserved.