Public Member Functions | |
| SimpleInvoker (&$test_case) | |
| & | getTestCase () |
| before ($method) | |
| invoke ($method) | |
| after ($method) | |
Public Attributes | |
| $_test_case | |
Definition at line 11 of file invoker.php.
| SimpleInvoker::SimpleInvoker | ( | &$ | test_case | ) |
Stashes the test case for later.
| SimpleTestCase | $test_case Test case to run. |
Definition at line 18 of file invoker.php.
| & SimpleInvoker::getTestCase | ( | ) |
Accessor for test case being run.
Definition at line 27 of file invoker.php.
| SimpleInvoker::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 37 of file invoker.php.
| SimpleInvoker::invoke | ( | $ | method | ) |
Invokes a test method and buffered with setUp() and tearDown() calls.
| string | $method Test method to call. public |
Definition at line 47 of file invoker.php.
| SimpleInvoker::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 59 of file invoker.php.
| SimpleInvoker::$_test_case |
Definition at line 12 of file invoker.php.
1.5.5