[line 41]
[line 47]
[line 59]
[line 53]
[line 65]
void addError( PHPUnit2_Framework_Test $test, Exception $e)
The passed in exception caused the error.
void addFailure( PHPUnit2_Framework_Test $test, PHPUnit2_Framework_AssertionFailedError $e)
The passed in exception caused the failure.
void addListener( PHPUnit2_Framework_TestListener $listener)
boolean allCompletlyImplemented( )
void endTest( PHPUnit2_Framework_Test $test)
integer errorCount( )
array errors( )
integer failureCount( )
array failures( )
array notImplemented( )
integer notImplementedCount( )
void removeListener( PHPUnit2_Framework_TestListener $listener)
void run( PHPUnit2_Framework_Test $test)
integer runCount( )
void shouldStop( )
void startTest( PHPUnit2_Framework_Test $test)
void stop( )
boolean wasSuccessful( )