PHP 클래스 spec\PhpSpec\CodeAnalysis\VisibilityAccessInspectorSpec

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

공개 메소드들

메소드 설명
it_should_be_an_access_inspector ( )
it_should_detect_a_public_method ( )
it_should_detect_a_public_property ( )
it_should_reject_a_private_method ( )
it_should_reject_a_private_property ( )
it_should_reject_an_object_if_a_method_does_not_exist ( )
it_should_reject_an_object_if_the_property_does_not_exist ( )

메소드 상세

it_should_be_an_access_inspector() 공개 메소드

it_should_detect_a_public_method() 공개 메소드

it_should_detect_a_public_property() 공개 메소드

it_should_reject_a_private_method() 공개 메소드

it_should_reject_a_private_property() 공개 메소드

it_should_reject_an_object_if_a_method_does_not_exist() 공개 메소드

it_should_reject_an_object_if_the_property_does_not_exist() 공개 메소드