Todo List
Bs_Object | --Bs_TestResult
PHP framework for testing, based on the version from the design of "JUnit".
void Bs_TestResult( )
int countFailures( )
int countTests( )
array getFailures( )
void run( object $test)
boolean shouldStop( )
void stop( )
void _endTest( object $test)
Overridden in child classes as:
void _startTest( object $test)