Class FailureRecorder.TestInfos
java.lang.Object
org.apache.tools.ant.taskdefs.optional.junit.FailureRecorder.TestInfos
- All Implemented Interfaces:
Comparable<FailureRecorder.TestInfos>
- Enclosing class:
FailureRecorder
public static class FailureRecorder.TestInfos
extends Object
implements Comparable<FailureRecorder.TestInfos>
TestInfos holds information about a given test for later use.
-
Constructor Summary
ConstructorDescriptionTestInfos
(junit.framework.Test test) This constructor extracts the needed information from the given test. -
Method Summary
-
Constructor Details
-
TestInfos
public TestInfos(junit.framework.Test test) This constructor extracts the needed information from the given test.- Parameters:
test
- Test to analyze
-
-
Method Details
-
toString
-
compareTo
The SortedMap needs comparable elements.- Specified by:
compareTo
in interfaceComparable<FailureRecorder.TestInfos>
- Parameters:
other
- the object to compare to.- Returns:
- the result of the comparison.
- See Also:
-
equals
-
hashCode
-