PHP 클래스 lithium\tests\cases\core\ObjectTest

상속: extends lithium\test\Unit
파일 보기 프로젝트 열기: unionofrad/lithium

공개 메소드들

메소드 설명
testFilteringWithProtectedAccess ( ) Verifies workaround for accessing protected properties in filtered methods.
testInstanceFalse ( )
testInstanceWithClassesKey ( )
testInstanceWithNamespacedClass ( )
testInstanceWithObject ( )
testMethodFiltering ( )
testMethodInvocationWithParameters ( ) Tests that the correct parameters are always passed in Object::invokeMethod(), regardless of the number.
testMultipleMethodFiltering ( ) Attaches a single filter to multiple methods.
testObjectConfiguration ( ) Test configuration handling
testParents ( )
testResetClass ( )
testResetMethodFilter ( )
testResetMultipleFilters ( )
testRespondsTo ( )
testRespondsToProtectedMethod ( )
testStateBasedInstantiation ( ) Tests that an object can be instantiated using the magic __set_state() method.

메소드 상세

testFilteringWithProtectedAccess() 공개 메소드

Verifies workaround for accessing protected properties in filtered methods.

testInstanceFalse() 공개 메소드

public testInstanceFalse ( )

testInstanceWithClassesKey() 공개 메소드

testInstanceWithNamespacedClass() 공개 메소드

testInstanceWithObject() 공개 메소드

testMethodFiltering() 공개 메소드

public testMethodFiltering ( )

testMethodInvocationWithParameters() 공개 메소드

Tests that the correct parameters are always passed in Object::invokeMethod(), regardless of the number.

testMultipleMethodFiltering() 공개 메소드

Attaches a single filter to multiple methods.

testObjectConfiguration() 공개 메소드

Test configuration handling

testParents() 공개 메소드

public testParents ( )

testResetClass() 공개 메소드

public testResetClass ( )

testResetMethodFilter() 공개 메소드

testResetMultipleFilters() 공개 메소드

testRespondsTo() 공개 메소드

public testRespondsTo ( )

testRespondsToProtectedMethod() 공개 메소드

testStateBasedInstantiation() 공개 메소드

Tests that an object can be instantiated using the magic __set_state() method.