org.apache.ant.antunit.listener
Class FailureAntUnitListener.TestInfos

java.lang.Object
  extended by org.apache.ant.antunit.listener.FailureAntUnitListener.TestInfos
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
FailureAntUnitListener

public class FailureAntUnitListener.TestInfos
extends java.lang.Object
implements java.lang.Comparable

Class for collecting needed information about failed tests.


Constructor Summary
FailureAntUnitListener.TestInfos(org.apache.tools.ant.Project project, java.lang.String buildfile, java.lang.String target, java.lang.String errorMessage)
           
 
Method Summary
 int compareTo(java.lang.Object other)
           
 java.lang.String toString()
          Creates an call according to the stored information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FailureAntUnitListener.TestInfos

public FailureAntUnitListener.TestInfos(org.apache.tools.ant.Project project,
                                        java.lang.String buildfile,
                                        java.lang.String target,
                                        java.lang.String errorMessage)
Method Detail

toString

public java.lang.String toString()
Creates an call according to the stored information.

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()

compareTo

public int compareTo(java.lang.Object other)
Specified by:
compareTo in interface java.lang.Comparable


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.