void addError( mixed PHPUnit2_Framework_Test$test, mixed Exception$e, PHPUnit2_Framework_Test $test, Exception $e)
The passed in exception caused the error.
void addFailure( mixed PHPUnit2_Framework_Test$test, mixed PHPUnit2_Framework_AssertionFailedError$e, PHPUnit2_Framework_Test $test, PHPUnit2_Framework_AssertionFailedError $e)
The passed in exception caused the failure.
void addListener( PHPUnit2_Framework_TestListener PHPUnit2_Framework_TestListener$listener)
boolean allCompletlyImplemented( )
void collectCodeCoverageInformation( boolean $flag)
integer count( )
void endTest( PHPUnit2_Framework_Test PHPUnit2_Framework_Test$test)
void endTestSuite( mixed PHPUnit2_Framework_TestSuite$suite, PHPUnit2_Framework_TestSuite $suite)
integer errorCount( )
array errors( )
integer failureCount( )
array failures( )
void flushListeners( )
array getCodeCoverageInformation( [boolean $filterTests = TRUE], [boolean $filterPHPUnit = TRUE])
Format of the result array:
1 array(2 array(3 'test' => PHPUnit2_Framework_Test4 'files' => array(5 "/tested/code.php" => array(6 linenumber => flag7 )8 )9 )10 )
flag < 0: Line is executable but was not executed. flag > 0: Line was executed.
boolean noneSkipped( )
array notImplemented( )
integer notImplementedCount( )
void removeListener( mixed PHPUnit2_Framework_TestListener$listener, PHPUnit2_Framework_TestListener $listener)
void run( mixed PHPUnit2_Framework_Test$test, PHPUnit2_Framework_Test $test)
boolean shouldStop( )
array skipped( )
integer skippedCount( )
void startTest( mixed PHPUnit2_Framework_Test$test, PHPUnit2_Framework_Test $test)
void startTestSuite( mixed PHPUnit2_Framework_TestSuite$suite, PHPUnit2_Framework_TestSuite $suite)
void stop( )
PHPUnit2_Framework_TestSuite topTestSuite( )
boolean wasSuccessful( )