Public Member Functions | |
SimpleInvokerDecorator (&$invoker) | |
& | getTestCase () |
before ($method) | |
invoke ($method) | |
after ($method) | |
Public Attributes | |
$_invoker |
Definition at line 70 of file invoker.php.
SimpleInvokerDecorator::SimpleInvokerDecorator | ( | &$ | invoker | ) |
Stores the invoker to wrap.
SimpleInvoker | $invoker Test method runner. |
Definition at line 77 of file invoker.php.
Referenced by SimpleErrorTrappingInvoker::SimpleErrorTrappingInvoker(), and SimpleExceptionTrappingInvoker::SimpleExceptionTrappingInvoker().
& SimpleInvokerDecorator::getTestCase | ( | ) |
Accessor for test case being run.
Definition at line 86 of file invoker.php.
Referenced by SimpleErrorTrappingInvoker::_createErrorQueue(), and SimpleExceptionTrappingInvoker::invoke().
SimpleInvokerDecorator::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 96 of file invoker.php.
SimpleInvokerDecorator::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 106 of file invoker.php.
SimpleInvokerDecorator::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 116 of file invoker.php.
SimpleInvokerDecorator::$_invoker |
Definition at line 71 of file invoker.php.