BlueShoes Application Framework made with PHP http://www.blueshoes.org/


Packageindex Classtrees Modulegroups Elementlist Report XML Files

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".

Authorsandrej arn <andrej@arn.li>
Version4.0.$id$
Copyrightblueshoes.org

 

Methods inherited from Bs_TestResult

bs_testresult, run, getfailures, countfailures, counttests, shouldstop, stop

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 Summary

void

Bs_TextTestResult()

Constructor.

Private Method Summary

void

report()

report result of test run
void

_startTest(object [unknown] $test)

Warning: documentation is missing.
void

_endTest(object [unknown] $test)

Warning: documentation is missing.

Fields inherited from Bs_TestResult

$_ffailures, $_fruntests, $_fstop

Private Constant Summary

BS_TEXTTESTRESULT_VERSION >>4.0.$x$<< Warning: documentation is missing.

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




Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta