|
|
|
File: C:/usr/local/lib/php/blueshoes-4.2/core/lang/phpunit/Bs_TextTestResult.class.php
BlueShoes Application Framework - PhpUnit
Bs_TextTestResult
Bs_Object | +-- Bs_TestResult | +-- Bs_TextTestResult
Specialize TestResult to produce text/html report.
|
public class Bs_TextTestResult extends Bs_TestResult
Specialize TestResult to produce text/html report.
PHP framework for testing, based on the version from the design of "JUnit".
| Authors | andrej arn <andrej@arn.li> |
| Version | 4.0.$id$ |
| Copyright | blueshoes.org |
|
| |
|
|
|
Methods inherited from Bs_Object |
| isex, isexception, tostring, tohtml, persist, unpersist, bs_object, bbsetoutput, bbawake, bbisawake, bbxmsg, bbxfunctionstart, bbxfunctionend, bbxecho, bbxvar, bbxvardump, bbforcetrace, bbbufferstart, bbbufferget, bbbufferendflush, bbbufferendclean |
|
|
|
|
|
|
|
|
|
Public Method Details |
Bs_TextTestResult |
|
public void Bs_TextTestResult( )
|
| |
Constructor.
|
| Returns |
void |
|
|
Private Method Details |
report |
|
private void report( )
|
| |
report result of test run
|
| Returns |
void |
|
_startTest |
|
private void _startTest( object [unknown] $test )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
| object [unknown] |
$test |
|
|
an instance of Bs_TestCase |
|
| Returns |
void |
|
_endTest |
|
private void _endTest( object [unknown] $test )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
| object [unknown] |
$test |
|
|
an instance of Bs_TestCase |
|
| Returns |
void |
|
|
Private Constant Details |
BS_TEXTTESTRESULT_VERSION
define( BS_TEXTTESTRESULT_VERSION, >>4.0.$x$<< )
Case: default: case sensitive
|
|
|
|
|
|
| PHPDoc 1.0beta |