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

Class: PHPUnit2_Framework_Test

Source Location: /PHPUnit2-2.0.3/Framework/Test.php

Class Overview


A Test can be run and collect its results.


Author(s):

Copyright:

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

Methods


Inherited Variables

Inherited Methods


Class Details

[line 28]
A Test can be run and collect its results.


[ Top ]


Method Detail

countTestCases   [line 37]

integer countTestCases( )

Counts the number of test cases that will be run by this test.
  • Access: public

[ Top ]

run   [line 49]

PHPUnit2_Framework_TestResult run( [PHPUnit2_Framework_TestResult $result = null])

Runs a test and collects its result in a TestResult instance.
  • Access: public

Parameters:

PHPUnit2_Framework_TestResult   $result   — 

[ Top ]


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