|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| SimpleInvoker (&$test_case) | |
| & | getTestCase () |
| before ($method) | |
| invoke ($method) | |
| after ($method) | |
Data Fields | |
| $_test_case | |
Definition at line 30 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 |
Definition at line 89 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 |
Definition at line 56 of file invoker.php.
| & getTestCase | ( | ) |
Accessor for test case being run.
Definition at line 46 of file invoker.php.
| invoke | ( | $ | method | ) |
Invokes a test method and buffered with setUp() and tearDown() calls.
| string | $method | Test method to call. public |
Definition at line 66 of file invoker.php.
| SimpleInvoker | ( | &$ | test_case | ) |
Stashes the test case for later.
| SimpleTestCase | $test_case | Test case to run. |
Definition at line 37 of file invoker.php.
| $_test_case |
Definition at line 31 of file invoker.php.