XmlReporter

Writes progressive XML output.

Members

Functions

addError
void addError(string phase, Throwable throwable)
Undocumented in source. Be warned that the author may not have intended to support it.
addFailure
void addFailure(string phase, AssertException exception)
Undocumented in source. Be warned that the author may not have intended to support it.
enterClass
void enterClass(string className)
Undocumented in source. Be warned that the author may not have intended to support it.
enterTest
void enterTest(string test)
Undocumented in source. Be warned that the author may not have intended to support it.
exit
void exit()
Undocumented in source. Be warned that the author may not have intended to support it.
exitTest
void exitTest(bool success)
Undocumented in source. Be warned that the author may not have intended to support it.
skip
void skip(string reason)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From TestListener

enterClass
void enterClass(string className)
Undocumented in source.
enterTest
void enterTest(string test)
Undocumented in source.
skip
void skip(string reason)
Undocumented in source.
addFailure
void addFailure(string phase, AssertException exception)
Undocumented in source.
addError
void addError(string phase, Throwable throwable)
Undocumented in source.
exitTest
void exitTest(bool success)
Undocumented in source.
exit
void exit()
Undocumented in source.
prettyOrigin
string prettyOrigin(string className, string test, string phase)
Undocumented in source. Be warned that the author may not have intended to support it.
prettyOrigin
string prettyOrigin(string test, string phase)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta