PHPUnit2_Util_Printer | --PHPUnit2_Extensions_Log_XML
The XML markup is based upon the one used by the Artima SuiteRunner, see http://www.artima.com/suiterunner/ for details.
void addError( PHPUnit2_Framework_Test $test, Exception $e)
void addFailure( PHPUnit2_Framework_Test $test, PHPUnit2_Framework_AssertionFailedError $e)
void addIncompleteTest( PHPUnit2_Framework_Test $test, Exception $e)
void endTest( PHPUnit2_Framework_Test $test)
void startTest( PHPUnit2_Framework_Test $test)