Class FailureAntUnitListener.TestInfos
java.lang.Object
org.apache.ant.antunit.listener.FailureAntUnitListener.TestInfos
- All Implemented Interfaces:
Comparable<FailureAntUnitListener.TestInfos>
- Enclosing class:
FailureAntUnitListener
public class FailureAntUnitListener.TestInfos
extends Object
implements Comparable<FailureAntUnitListener.TestInfos>
Class for collecting needed information about failed tests.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninttoString()Creates an <ant> call according to the stored information.
-
Constructor Details
-
TestInfos
-
-
Method Details
-
toString
-
compareTo
- Specified by:
compareToin interfaceComparable<FailureAntUnitListener.TestInfos>
-