tasks/ext/simpletest/SimpleTestResultFormatter.php

Show: inherited
Table of Contents

\SimpleTestResultFormatter

Package: phing\tasks\ext\simpletest

This abstract class describes classes that format the results of a SimpleTest testrun.

Parent(s)
\SimpleReporter
Children
\SimpleTestDebugResultFormatter
\SimpleTestCountResultFormatter
\SimpleTestPlainResultFormatter
\SimpleTestXmlResultFormatter
\SimpleTestSummaryResultFormatter
Author
Michiel Rook  
Since
2.2.0  
Version
$Id: b9fbde1e1a21cccbcf6c3bdc29765cf0cf681e31 $  

Properties

Propertyprivate  $currentTest= '""'
Default value""Details
Type
n/a
Propertyprivate  $errorCount= '0'
Default value0Details
Type
n/a
Propertyprivate  $failureCount= '0'
Default value0Details
Type
n/a
Propertyprotected  $out= 'NULL'
Default valueNULLDetails
Type
n/a
Propertyprotected  $project= 'NULL'
Default valueNULLDetails
Type
n/a
Propertyprivate  $runCount= '0'
Default value0Details
Type
n/a
Propertyprivate  $timer= 'NULL'
Default valueNULLDetails
Type
n/a

Methods

methodpublicgetElapsedTime( ) : void

methodpublicgetErrorCount( ) : void

methodpublicgetExtension( ) : string

Returns the extension used for this formatter

Returns
Type Description
string the extension
methodpublicgetFailureCount( ) : void

methodpublicgetPreferredOutfile( ) : void

methodpublicgetRunCount( ) : void

methodpublicgetTestName( ) : void

methodpublicpaintCaseEnd(  $test_name ) : void

Parameters
Name Type Description
$test_name
methodpublicpaintCaseStart(  $test_name ) : void

Parameters
Name Type Description
$test_name
methodpublicpaintError(  $message ) : void

Parameters
Name Type Description
$message
methodpublicpaintFail(  $message ) : void

Parameters
Name Type Description
$message
methodpublicpaintMethodEnd(  $test_name ) : void

Parameters
Name Type Description
$test_name
methodpublicpaintMethodStart(  $test_name ) : void

Parameters
Name Type Description
$test_name
methodpublicsetOutput(  $out ) : void

Sets the writer the formatter is supposed to write its results to.

Parameters
Name Type Description
$out
methodpublicsetProject( \Project $project ) : void

Sets the project

Parameters
Name Type Description
$project \Project

the project

Documentation was generated by DocBlox 0.18.1.