Class EclipseInvoker

Description

Invoker decorator for Eclipse. Captures output until the end of the test.

Located in /eclipse.php (line 275)

SimpleInvokerDecorator
   |
   --EclipseInvoker
Method Summary
 EclipseInvoker EclipseInvoker ( &$invoker,  &$listener)
 void after (string $method)
 void before (string $method)
Variables

Inherited Variables

Inherited from SimpleInvokerDecorator

SimpleInvokerDecorator::$_invoker
Methods
Constructor EclipseInvoker (line 276)
EclipseInvoker EclipseInvoker ( &$invoker,  &$listener)
  • &$invoker
  • &$listener
after (line 297)

Stops output buffering and send the captured output to the listener.

  • access: public
void after (string $method)
  • string $method: Test method to call.

Redefinition of:
SimpleInvokerDecorator::after()
Runs test level clean up. Used for changing the mechanics of base test cases.
before (line 286)

Starts output buffering.

  • access: public
void before (string $method)
  • string $method: Test method to call.

Redefinition of:
SimpleInvokerDecorator::before()
Runs test level set up. Used for changing the mechanics of base test cases.

Inherited Methods

Inherited From SimpleInvokerDecorator

 SimpleInvokerDecorator::SimpleInvokerDecorator()
 SimpleInvokerDecorator::after()
 SimpleInvokerDecorator::before()
 SimpleInvokerDecorator::getTestCase()
 SimpleInvokerDecorator::invoke()

Documentation generated on Sun, 04 May 2008 09:21:29 -0500 by phpDocumentor 1.3.0