PHP 클래스 spec\PhpSpec\Laravel\Runner\Maintainer\PresenterMaintainerSpec

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

공개 메소드들

메소드 설명
it_doesnt_tear_down_anything ( ExampleNode $example, PhpSpec\Specification $context, MatcherManager $matchers, CollaboratorManager $collaborators )
it_has_a_high_priority ( )
it_is_a_maintainer ( )
it_sets_a_presenter_object_on_a_spec ( ExampleNode $example, PhpSpec\Specification $context, MatcherManager $matchers, CollaboratorManager $collaborators )
it_supports_objects_with_a_setPresenter_method ( ExampleNode $example )
let ( PhpSpec\Formatter\Presenter\Presenter $presenter, ExampleNode $example, PhpSpec\Specification $context )

메소드 상세

it_doesnt_tear_down_anything() 공개 메소드

public it_doesnt_tear_down_anything ( ExampleNode $example, PhpSpec\Specification $context, MatcherManager $matchers, CollaboratorManager $collaborators )
$example PhpSpec\Loader\Node\ExampleNode
$context PhpSpec\Specification
$matchers PhpSpec\Runner\MatcherManager
$collaborators PhpSpec\Runner\CollaboratorManager

it_has_a_high_priority() 공개 메소드

it_is_a_maintainer() 공개 메소드

public it_is_a_maintainer ( )

it_sets_a_presenter_object_on_a_spec() 공개 메소드

public it_sets_a_presenter_object_on_a_spec ( ExampleNode $example, PhpSpec\Specification $context, MatcherManager $matchers, CollaboratorManager $collaborators )
$example PhpSpec\Loader\Node\ExampleNode
$context PhpSpec\Specification
$matchers PhpSpec\Runner\MatcherManager
$collaborators PhpSpec\Runner\CollaboratorManager

it_supports_objects_with_a_setPresenter_method() 공개 메소드

public it_supports_objects_with_a_setPresenter_method ( ExampleNode $example )
$example PhpSpec\Loader\Node\ExampleNode

let() 공개 메소드

public let ( PhpSpec\Formatter\Presenter\Presenter $presenter, ExampleNode $example, PhpSpec\Specification $context )
$presenter PhpSpec\Formatter\Presenter\Presenter
$example PhpSpec\Loader\Node\ExampleNode
$context PhpSpec\Specification