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 SummaryConstructorsConstructorDescriptionTestInfos(junit.framework.Test test) This constructor extracts the needed information from the given test.
- 
Method Summary
- 
Constructor Details- 
TestInfospublic TestInfos(junit.framework.Test test) This constructor extracts the needed information from the given test.- Parameters:
- test- Test to analyze
 
 
- 
- 
Method Details- 
toString
- 
compareToThe SortedMap needs comparable elements.- Specified by:
- compareToin interface- Comparable<FailureRecorder.TestInfos>
- Parameters:
- other- the object to compare to.
- Returns:
- the result of the comparison.
- See Also:
 
- 
equals
- 
hashCode
 
-