PHP 클래스 spec\PhpSpec\Wrapper\Subject\Expectation\DispatcherDecoratorSpec

상속: extends PhpSpec\ObjectBehavior
파일 보기 프로젝트 열기: phpspec/phpspec

공개 메소드들

메소드 설명
it_decorates_expectation_with_broken_event ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
it_decorates_expectation_with_failed_event ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
it_dispatches_before_and_after_events ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
it_implements_the_interface_of_the_decorated ( )
let ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, PhpSpec\Matcher\Matcher $matcher, ExampleNode $example )

메소드 상세

it_decorates_expectation_with_broken_event() 공개 메소드

public it_decorates_expectation_with_broken_event ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface

it_decorates_expectation_with_failed_event() 공개 메소드

public it_decorates_expectation_with_failed_event ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface

it_dispatches_before_and_after_events() 공개 메소드

public it_dispatches_before_and_after_events ( Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher )
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface

it_implements_the_interface_of_the_decorated() 공개 메소드

let() 공개 메소드

public let ( PhpSpec\Wrapper\Subject\Expectation\Expectation $expectation, Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher, PhpSpec\Matcher\Matcher $matcher, ExampleNode $example )
$expectation PhpSpec\Wrapper\Subject\Expectation\Expectation
$dispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$matcher PhpSpec\Matcher\Matcher
$example PhpSpec\Loader\Node\ExampleNode