tasks/ext/simpletest/SimpleTestDebugResultFormatter.php

Show: inherited
Table of Contents

\SimpleTestDebugResultFormatter

Package: phing\tasks\ext\simpletest

Prints plain text output of the test to a specified Writer.

Parent(s)
\SimpleTestResultFormatter < \SimpleReporter
Author
Michiel Rook  
Since
2.2.0  
Version
$Id: d7e7e397e81588c3eafcb9e758666fec0fa166f5 $  

Properties

Propertyprivate  $currentTest= '""'
Default value""Details
Type
n/a
Inherited_from
\SimpleTestResultFormatter::$$currentTest  
Propertyprotected  $current_case= '""'
Default value""Details
Type
n/a
Propertyprotected  $current_test= '""'
Default value""Details
Type
n/a
Propertyprivate  $errorCount= '0'
inheritedInherited from: \SimpleTestResultFormatter::$$errorCount
Default value0Details
Type
n/a
Inherited_from
\SimpleTestResultFormatter::$$errorCount  
Propertyprivate  $failingTests= 'array()'
Default valuearray()Details
Type
n/a
Propertyprivate  $failureCount= '0'
Default value0Details
Type
n/a
Inherited_from
\SimpleTestResultFormatter::$$failureCount  
Propertyprotected  $out= 'NULL'
inheritedInherited from: \SimpleTestResultFormatter::$$out
Default valueNULLDetails
Type
n/a
Inherited_from
\SimpleTestResultFormatter::$$out  
Propertyprotected  $project= 'NULL'
inheritedInherited from: \SimpleTestResultFormatter::$$project
Default valueNULLDetails
Type
n/a
Inherited_from
\SimpleTestResultFormatter::$$project  
Propertyprivate  $runCount= '0'
inheritedInherited from: \SimpleTestResultFormatter::$$runCount
Default value0Details
Type
n/a
Inherited_from
\SimpleTestResultFormatter::$$runCount  
Propertyprivate  $timer= 'NULL'
inheritedInherited from: \SimpleTestResultFormatter::$$timer
Default valueNULLDetails
Type
n/a
Inherited_from
\SimpleTestResultFormatter::$$timer  

Methods

methodprivateformatError(  $type,  $message ) : void

Parameters
Name Type Description
$type
$message
methodpublicgetElapsedTime( ) : void
methodpublicgetErrorCount( ) : void
methodpublicgetExtension( ) : string
inherited

Returns the extension used for this formatter

Inherited from: \SimpleTestResultFormatter::getExtension()
Returns
Type Description
string the extension
methodpublicgetFailureCount( ) : void
methodpublicgetPreferredOutfile( ) : void
methodpublicgetRunCount( ) : void
inherited

Inherited from: \SimpleTestResultFormatter::getRunCount()
methodpublicgetTestName( ) : void
inherited

Inherited from: \SimpleTestResultFormatter::getTestName()
methodpublicpaint(  $msg ) : void

Parameters
Name Type Description
$msg
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
methodpublicpaintException(  $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
methodpublicprintFailingTests( ) : void

methodpublicsetOutput(  $out ) : void
inherited

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

Inherited from: \SimpleTestResultFormatter::setOutput()
Parameters
Name Type Description
$out
methodpublicsetProject( \Project $project ) : void
inherited

Sets the project

Inherited from: \SimpleTestResultFormatter::setProject()
Parameters
Name Type Description
$project \Project

the project

Documentation was generated by DocBlox 0.18.1.