PHPSpec2\Matcher\MatcherInterface::negativeMatch PHP Method

negativeMatch() public method

Evaluates negative match.
public negativeMatch ( string $name, mixed $subject, array $arguments )
$name string
$subject mixed
$arguments array
    public function negativeMatch($name, $subject, array $arguments);