org.jboss.ant.taskdefs
Class XMLJUnitMultipleResultFormatter

java.lang.Object
  extended byXMLJUnitResultFormatter
      extended byorg.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter

public class XMLJUnitMultipleResultFormatter
extends XMLJUnitResultFormatter

This class only serves the proposite of keep multiple JUnit runnings between different configurations. For example, if you run a testcase as cluster, and the same testcase as singlenode, we want to keep both results in the JUnitReport. This is a simple implementation that uses a variable defined jboss-configuration and put that as part of the name.

See Also:
Serialized Form

Constructor Summary
XMLJUnitMultipleResultFormatter()
           
 
Method Summary
 void startTestSuite(JUnitTest test)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLJUnitMultipleResultFormatter

public XMLJUnitMultipleResultFormatter()
Method Detail

startTestSuite

public void startTestSuite(JUnitTest test)