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


Public Member Functions | |
| SimpleExceptionTrappingInvoker ($invoker) | |
| invoke ($method) | |
Definition at line 22 of file exceptions.php.
| invoke | ( | $ | method | ) |
Invokes a test method whilst trapping expected exceptions. Any left over unthrown exceptions are then reported as failures.
| string | $method | Test method to call. |
Reimplemented from SimpleInvokerDecorator.
Definition at line 38 of file exceptions.php.

| SimpleExceptionTrappingInvoker | ( | $ | invoker | ) |
Stores the invoker to be wrapped.
| SimpleInvoker | $invoker | Test method runner. |
Definition at line 28 of file exceptions.php.
