PHPUnit2
[ class tree: PHPUnit2 ] [ index: PHPUnit2 ] [ all elements ]

Class: PHPUnit2_Runner_TestRunListener

Source Location: /PHPUnit2-2.0.3/Runner/TestRunListener.php

Class Overview


A listener interface for observing the execution of a test run. Unlike TestListener, this interface using only primitive objects, making it suitable for remote test execution.


Author(s):

Copyright:

  • Copyright &copy; 2002-2004 Sebastian Bergmann <sb@sebastian-bergmann.de>

Methods


Inherited Variables

Inherited Methods


Class Details

[line 31]
A listener interface for observing the execution of a test run. Unlike TestListener, this interface using only primitive objects, making it suitable for remote test execution.


[ Top ]


Method Detail

testEnded   [line 81]

void testEnded( string $testName)

  • Access: public

Parameters:

string   $testName   — 

[ Top ]

testFailed   [line 92]

void testFailed( integer $status, string $testName, string $trace)

  • Access: public

Parameters:

integer   $status   — 
string   $testName   — 
string   $trace   — 

[ Top ]

testRunEnded   [line 54]

void testRunEnded( integer $elapsedTime)

  • Access: public

Parameters:

integer   $elapsedTime   — 

[ Top ]

testRunStarted   [line 46]

void testRunStarted( string $testSuiteName, integer $testCount)

  • Access: public

Parameters:

string   $testSuiteName   — 
integer   $testCount   — 

[ Top ]

testRunStopped   [line 63]

void testRunStopped( integer $elapsedTime)

  • Access: public

Parameters:

integer   $elapsedTime   — 

[ Top ]

testStarted   [line 72]

void testStarted( string $testName)

  • Access: public

Parameters:

string   $testName   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 13:55:58 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.