Method |
Description |
|
createDecoratedExpectation ( string $expectation, string $name, mixed $subject, array $arguments ) : PhpSpec\Wrapper\Subject\Expectation\Expectation |
|
|
createNegative ( string $name, mixed $subject, array $arguments = [] ) : PhpSpec\Wrapper\Subject\Expectation\Expectation |
|
|
createPositive ( string $name, mixed $subject, array $arguments = [] ) : PhpSpec\Wrapper\Subject\Expectation\Expectation |
|
|
decoratedExpectation ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation, PhpSpec\Matcher\Matcher $matcher ) : ConstructorDecorator |
|
|
findMatcher ( string $name, mixed $subject, array $arguments = [] ) : PhpSpec\Matcher\Matcher |
|
|