PHP 클래스 SimpleErrorTrappingInvoker, simpletest

@package SimpleTest
상속: extends SimpleInvokerDecorator
파일 보기 프로젝트 열기: simpletest/simpletest

공개 메소드들

메소드 설명
__construct ( SimpleInvoker $invoker ) Stores the invoker to wrap.
invoke ( string $method ) Invokes a test method and dispatches any untrapped errors.

보호된 메소드들

메소드 설명
createErrorQueue ( ) : SimpleErrorQueue Wires up the error queue for a single test.

메소드 상세

__construct() 공개 메소드

Stores the invoker to wrap.
public __construct ( SimpleInvoker $invoker )
$invoker SimpleInvoker Test method runner.

createErrorQueue() 보호된 메소드

Wires up the error queue for a single test.
protected createErrorQueue ( ) : SimpleErrorQueue
리턴 SimpleErrorQueue Queue connected to the test.

invoke() 공개 메소드

Called back from the visiting runner.
public invoke ( string $method )
$method string Test method to call.