PHP 클래스 Nelmio\Alice\PropertyAccess\StdPropertyAccessorTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: nelmio/alice

공개 메소드들

메소드 설명
testGetValueOfAStdClass ( )
testGetValueWithTheDecoratedAccessorWhenTheObjectIsNotAnInstanceOfStdClass ( )
testIsAPropertyAccessor ( )
testIsNotClonable ( )
testSetValueOfAStdClass ( )
testSetValueWithTheDecoratedAccessorWhenTheObjectIsNotAnInstanceOfStdClass ( )
testStdClassPropertiesAreAlwaysWriteable ( )
testStdClassPropertiesAreReadableOnlyIfTheyExists ( )
testThrowsAnExceptionIfPropertyNotFoundOnStdClass ( )
testUsesDecoratedAccessorToDertermineIfPropertyIsReadbleIfObjectIsNotAnStdClassInstance ( )
testUsesDecoratedAccessorToDertermineIfPropertyIsWritableIfObjectIsNotAnStdClassInstance ( )

메소드 상세

testGetValueOfAStdClass() 공개 메소드

testGetValueWithTheDecoratedAccessorWhenTheObjectIsNotAnInstanceOfStdClass() 공개 메소드

testIsAPropertyAccessor() 공개 메소드

testIsNotClonable() 공개 메소드

public testIsNotClonable ( )

testSetValueOfAStdClass() 공개 메소드

testSetValueWithTheDecoratedAccessorWhenTheObjectIsNotAnInstanceOfStdClass() 공개 메소드

testStdClassPropertiesAreAlwaysWriteable() 공개 메소드

testStdClassPropertiesAreReadableOnlyIfTheyExists() 공개 메소드

testThrowsAnExceptionIfPropertyNotFoundOnStdClass() 공개 메소드

testUsesDecoratedAccessorToDertermineIfPropertyIsReadbleIfObjectIsNotAnStdClassInstance() 공개 메소드

testUsesDecoratedAccessorToDertermineIfPropertyIsWritableIfObjectIsNotAnStdClassInstance() 공개 메소드