/mock_objects.phpbase include file for SimpleTest
| Class | Description |
|---|---|
ParametersExpectation
|
Parameter comparison assertion. |
CallCountExpectation
|
Confirms that the number of calls on a method is as expected. |
MinimumCallCountExpectation
|
Confirms that the number of calls on a method is as expected. |
MaximumCallCountExpectation
|
Confirms that the number of calls on a method is as expected. |
SimpleSignatureMap
|
Retrieves method actions by searching the parameter lists until an expected match is found. |
SimpleCallSchedule
|
Allows setting of actions against call signatures either at a specific time, or always. Specific time settings trump lasting ones, otherwise the most recently added will mask an earlier match. |
SimpleByReference
|
A type of SimpleMethodAction. |
SimpleByValue
|
A type of SimpleMethodAction. |
SimpleThrower
|
A type of SimpleMethodAction. |
SimpleErrorThrower
|
A type of SimpleMethodAction. |
SimpleMock
|
A base class or delegate that extends an |
Mock
|
Static methods only service class for code generation of mock objects. |
Stub
|
|
MockGenerator
|
Service class for code generation of mock objects. |
require_once
(dirname(__FILE__).'/expectation.php')
(line 12)
include SimpleTest files
require_once
(dirname(__FILE__).'/simpletest.php')
(line 13)
include SimpleTest files
require_once
(dirname(__FILE__).'/reflection_php5.php')
(line 16)
include SimpleTest files
require_once
(dirname(__FILE__).'/reflection_php4.php')
(line 18)
include SimpleTest files
require_once
(dirname(__FILE__).'/dumper.php')
(line 14)
include SimpleTest files
MOCK_ANYTHING = '*'
(line 26)
Default character simpletest will substitute for any value
Documentation generated on Sun, 04 May 2008 09:21:43 -0500 by phpDocumentor 1.3.0