PHP Class PHPSpec2\Matcher\BasicMatcher

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

Méthodes publiques

Méthode Description
getPriority ( )
negativeMatch ( $name, $subject, array $arguments )
positiveMatch ( $name, $subject, array $arguments )

Méthodes protégées

Méthode Description
getFailureException ( $name, $subject, array $arguments )
getNegativeFailureException ( $name, $subject, array $arguments )
matches ( $subject, array $arguments )

Method Details

getFailureException() abstract protected méthode

abstract protected getFailureException ( $name, $subject, array $arguments )
$arguments array

getNegativeFailureException() abstract protected méthode

abstract protected getNegativeFailureException ( $name, $subject, array $arguments )
$arguments array

getPriority() public méthode

public getPriority ( )

matches() abstract protected méthode

abstract protected matches ( $subject, array $arguments )
$arguments array

negativeMatch() final public méthode

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

positiveMatch() final public méthode

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