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

Class: PHPUnit2_Util_Report_Test_Factory

Source Location: /PHPUnit2-3.0.0alpha11/Util/Report/Test/Factory.php

Class Overview


Factory for a test information tree.


Author(s):

Version:

  • Release: @package_version@

Copyright:

  • 2002-2006 Sebastian Bergmann <sb@sebastian-bergmann.de>

Methods


Inherited Variables

Inherited Methods


Class Details

[line 71]
Factory for a test information tree.


[ Top ]


Method Detail

addTests   [line 98]

void addTests( Array $tests, PHPUnit2_Util_Report_Test_Node_TestSuite $root)

  • Access: protected

Parameters:

array   $tests   — 
PHPUnit2_Util_Report_Test_Node_TestSuite   $root   — 

[ Top ]

create   [line 81]

PHPUnit2_Util_Report_Test_Node_TestSuite create( PHPUnit2_Framework_TestResult $result)

Creates a new test information tree.
  • Access: public

Parameters:

PHPUnit2_Framework_TestResult   $result   — 

[ Top ]

getTests   [line 119]

array getTests( PHPUnit2_Framework_TestResult $result, [PHPUnit2_Framework_TestSuite $testSuite = NULL])

  • Since: Method available since Release 3.0.0
  • Access: protected

Parameters:

PHPUnit2_Framework_TestResult   $result   — 
PHPUnit2_Framework_TestSuite   $testSuite   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:40:38 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.