PHP Class PHPSpec\Matcher\CallbackMatcher

Inheritance: extends BasicMatcher
Afficher le fichier Open project: phpspec/phpspec

Méthodes publiques

Méthode Description
__construct ( string $name, callable $callback, PhpSpec\Formatter\Presenter\Presenter $presenter )
supports ( string $name, mixed $subject, array $arguments ) : boolean

Méthodes protégées

Méthode Description
getFailureException ( string $name, mixed $subject, array $arguments ) : PhpSpec\Exception\Example\FailureException
getNegativeFailureException ( string $name, mixed $subject, array $arguments ) : PhpSpec\Exception\Example\FailureException
matches ( string $subject, array $arguments ) : boolean

Method Details

__construct() public méthode

public __construct ( string $name, callable $callback, PhpSpec\Formatter\Presenter\Presenter $presenter )
$name string
$callback callable
$presenter PhpSpec\Formatter\Presenter\Presenter

getFailureException() protected méthode

protected getFailureException ( string $name, mixed $subject, array $arguments ) : PhpSpec\Exception\Example\FailureException
$name string
$subject mixed
$arguments array
Résultat PhpSpec\Exception\Example\FailureException

getNegativeFailureException() protected méthode

protected getNegativeFailureException ( string $name, mixed $subject, array $arguments ) : PhpSpec\Exception\Example\FailureException
$name string
$subject mixed
$arguments array
Résultat PhpSpec\Exception\Example\FailureException

matches() protected méthode

protected matches ( string $subject, array $arguments ) : boolean
$subject string
$arguments array
Résultat boolean

supports() public méthode

public supports ( string $name, mixed $subject, array $arguments ) : boolean
$name string
$subject mixed
$arguments array
Résultat boolean