/test_case.phpBase include file for SimpleTest
| Class | Description |
|---|---|
SimpleTestCase
|
Basic test case. This is the smallest unit of a test suite. It searches for all methods that start with the the string "test" and runs them. Working test cases extend this class. |
SimpleFileLoader
|
Helps to extract test cases automatically from a file. |
TestSuite
|
This is a composite test class for combining test cases and other RunnableTest classes into a group test. |
GroupTest
|
|
BadTestSuite
|
This is a failing group test for when a test suite hasn't loaded properly. |
BadGroupTest
|
require_once
(dirname(__FILE__).'/errors.php')
(line 14)
Includes SimpleTest files and defined the root constant for dependent libraries.
require_once
(dirname(__FILE__).'/compatibility.php')
(line 15)
Includes SimpleTest files and defined the root constant for dependent libraries.
require_once
(dirname(__FILE__).'/scorer.php')
(line 16)
Includes SimpleTest files and defined the root constant for dependent libraries.
require_once
(dirname(__FILE__).'/invoker.php')
(line 13)
Includes SimpleTest files and defined the root constant for dependent libraries.
require_once
(dirname(__FILE__).'/expectation.php')
(line 17)
Includes SimpleTest files and defined the root constant for dependent libraries.
require_once
(dirname(__FILE__).'/dumper.php')
(line 18)
Includes SimpleTest files and defined the root constant for dependent libraries.
require_once
(dirname(__FILE__).'/exceptions.php')
(line 21)
Includes SimpleTest files and defined the root constant for dependent libraries.
require_once
(dirname(__FILE__).'/reflection_php5.php')
(line 22)
Includes SimpleTest files and defined the root constant for dependent libraries.
require_once
(dirname(__FILE__).'/reflection_php4.php')
(line 24)
Includes SimpleTest files and defined the root constant for dependent libraries.
require_once
(dirname(__FILE__).'/simpletest.php')
(line 19)
Includes SimpleTest files and defined the root constant for dependent libraries.
Documentation generated on Sun, 04 May 2008 09:22:17 -0500 by phpDocumentor 1.3.0