org.apache.tools.ant.taskdefs.optional.junit
public static class FailureRecorder.TestInfos extends Object implements Comparable
| Constructor Summary | |
|---|---|
| TestInfos(Test test)
This constructor extracts the needed information from the given test. | |
| Method Summary | |
|---|---|
| int | compareTo(Object other)
The SortedMap needs comparable elements. |
| boolean | equals(Object obj) |
| int | hashCode() |
| String | toString()
This String-Representation can directly be used for instantiation of
the JUnit testcase. |
Parameters: test Test to analyze
Parameters: other the object to compare to.
Returns: the result of the comparison.
See Also: java.lang.Comparable#compareTo SortedSet#comparator()
Returns: the string representation.
See Also: java.lang.Object#toString() createSuiteMethod