|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tools.ant.taskdefs.optional.junit.FailureRecorder.TestInfos
public class FailureRecorder.TestInfos
TestInfos holds information about a given test for later use.
Constructor Summary | |
---|---|
FailureRecorder.TestInfos(Test test)
This constructor extracts the needed information from the given test. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object other)
The SortedMap needs comparable elements. |
java.lang.String |
toString()
This String-Representation can directly be used for instantiation of the JUnit testcase. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FailureRecorder.TestInfos(Test test)
test
- Test to analyzeMethod Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
,
FailureRecorder.createSuiteMethod()
public int compareTo(java.lang.Object other)
compareTo
in interface java.lang.Comparable
other
- the object to compare to.
java.lang.Comparable#compareTo(T)
,
SortedSet.comparator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |