PHP 클래스 PHPSpec2\Matcher\ThrowMatcher

상속: implements PHPSpec2\Matcher\MatcherInterface
파일 보기 프로젝트 열기: phpspec/phpspec2

공개 메소드들

메소드 설명
__construct ( ArgumentsUnwrapper $unwrapper, PHPSpec2\Formatter\Presenter\PresenterInterface $presenter )
getPriority ( )
negativeMatch ( $name, $subject, array $arguments )
positiveMatch ( $name, $subject, array $arguments )
supports ( $name, $subject, array $arguments )
verifyNegative ( $callable, array $arguments, $class = null, $message = null )
verifyPositive ( $callable, array $arguments, $class = null, $message = null )

비공개 메소드들

메소드 설명
getExceptionInformation ( array $arguments )
getLooper ( $check, $subject, array $arguments )

메소드 상세

__construct() 공개 메소드

public __construct ( ArgumentsUnwrapper $unwrapper, PHPSpec2\Formatter\Presenter\PresenterInterface $presenter )
$unwrapper PHPSpec2\Wrapper\ArgumentsUnwrapper
$presenter PHPSpec2\Formatter\Presenter\PresenterInterface

getPriority() 공개 메소드

public getPriority ( )

negativeMatch() 공개 메소드

public negativeMatch ( $name, $subject, array $arguments )
$arguments array

positiveMatch() 공개 메소드

public positiveMatch ( $name, $subject, array $arguments )
$arguments array

supports() 공개 메소드

public supports ( $name, $subject, array $arguments )
$arguments array

verifyNegative() 공개 메소드

public verifyNegative ( $callable, array $arguments, $class = null, $message = null )
$arguments array

verifyPositive() 공개 메소드

public verifyPositive ( $callable, array $arguments, $class = null, $message = null )
$arguments array