|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.junit.extensions.listeners.XMLTestListener.Result
protected static class XMLTestListener.Result
Used to capture the results of a particular test run.
Field Summary | |
---|---|
Throwable |
error
Holds the exception that caused error in this test. |
junit.framework.AssertionFailedError |
failure
Holds the assertion exception that caused failure in this test. |
String |
testClass
Holds the name of the test class. |
String |
testName
Holds the name of the test method. |
Constructor Summary | |
---|---|
XMLTestListener.Result(String testClass,
String testName)
Creates a placeholder for the results of a test. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String testClass
public String testName
public Throwable error
public junit.framework.AssertionFailedError failure
Constructor Detail |
---|
public XMLTestListener.Result(String testClass, String testName)
testClass
- The test class.testName
- The name of the test that was run.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |