|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| SimpleInvokerDecorator (&$invoker) | |
| & | getTestCase () |
| before ($method) | |
| invoke ($method) | |
| after ($method) | |
Data Fields | |
| $_invoker | |
Definition at line 100 of file invoker.php.
| after | ( | $ | method | ) |
Runs test level clean up. Used for changing the mechanics of base test cases.
| string | $method | Test method to call. public |
Reimplemented in EclipseInvoker.
Definition at line 146 of file invoker.php.
| before | ( | $ | method | ) |
Runs test level set up. Used for changing the mechanics of base test cases.
| string | $method | Test method to call. public |
Reimplemented in EclipseInvoker.
Definition at line 126 of file invoker.php.
| & getTestCase | ( | ) |
Accessor for test case being run.
Definition at line 116 of file invoker.php.

| invoke | ( | $ | method | ) |
Invokes a test method and buffered with setUp() and tearDown() calls.
| string | $method | Test method to call. public |
Reimplemented in SimpleErrorTrappingInvoker, and SimpleExceptionTrappingInvoker.
Definition at line 136 of file invoker.php.
| SimpleInvokerDecorator | ( | &$ | invoker | ) |
Stores the invoker to wrap.
| SimpleInvoker | $invoker | Test method runner. |
Definition at line 107 of file invoker.php.

| $_invoker |
Definition at line 101 of file invoker.php.