PHP Class PHPSpec2\Matcher\ThrowMatcher

Inheritance: implements PHPSpec2\Matcher\MatcherInterface
Afficher le fichier Open project: phpspec/phpspec2

Méthodes publiques

Méthode Description
__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 )

Private Methods

Méthode Description
getExceptionInformation ( array $arguments )
getLooper ( $check, $subject, array $arguments )

Method Details

__construct() public méthode

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

getPriority() public méthode

public getPriority ( )

negativeMatch() public méthode

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

positiveMatch() public méthode

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

supports() public méthode

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

verifyNegative() public méthode

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

verifyPositive() public méthode

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