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

Class: PHPUnit2_Framework_Test

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

Class Overview


A Test can be run and collect its results.


Author(s):

Copyright:

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

Methods


Inherited Variables

Inherited Methods


Class Details

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


[ Top ]


Method Detail

countTestCases   [line 39]

integer countTestCases( )

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

[ Top ]

run   [line 51]

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 14:19:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.