PHP 트레잇 Kraken\_Unit\Util\Factory\_Partial\SimpleFactoryPartial

파일 보기 프로젝트 열기: kraken-php/framework

공개 메소드들

메소드 설명
createFactory ( ) : Kraken\Util\Factory\SimpleFactoryInterface
getTest ( ) : Kraken\_Unit\TestCase
testApiBindParam_BindsParam ( )
testApiBindParam_ReturnsCaller ( )
testApiCreate_CallsAndReturnsFromDefinition ( )
testApiCreate_ThrowsException_ForNonExistingKey ( )
testApiDefine_AttachesFactoryMethod ( )
testApiDefine_ReturnsCaller ( )
testApiGetDefinition_ReturnsSameCallable_ForExistingKey ( )
testApiGetDefinition_ThrowsException_ForNonExistingKey ( )
testApiGetParam_ResolvesCallable ( )
testApiGetParam_ReturnsSameObject_ForExistingKey ( )
testApiGetParam_ThrowsException_ForNonExistingKey ( )
testApiGetParams_ReturnsArray_WhenParamsWereSet ( )
testApiGetParams_ReturnsEmptyArray_WhenNoParamsWereSet ( )
testApiHasDefinition_ReturnsFalse_ForNonExistingKey ( )
testApiHasDefinition_ReturnsTrue_ForExistingKey ( )
testApiHasParam_ReturnsFalse_ForNonExistingKey ( )
testApiHasParam_ReturnsTrue_ForExistingKey ( )
testApiUnbindParam_DoesNothing_ForNonExistingKey ( )
testApiUnbindParam_ReturnsCaller ( )
testApiUnbindParam_UnbindsParam_ForExistingKey ( )

메소드 상세

createFactory() 추상적인 공개 메소드

abstract public createFactory ( ) : Kraken\Util\Factory\SimpleFactoryInterface
리턴 Kraken\Util\Factory\SimpleFactoryInterface

getTest() 추상적인 공개 메소드

또한 보기: TestCase::getTest
abstract public getTest ( ) : Kraken\_Unit\TestCase
리턴 Kraken\_Unit\TestCase

testApiBindParam_BindsParam() 공개 메소드

testApiBindParam_ReturnsCaller() 공개 메소드

testApiCreate_CallsAndReturnsFromDefinition() 공개 메소드

testApiCreate_ThrowsException_ForNonExistingKey() 공개 메소드

testApiDefine_AttachesFactoryMethod() 공개 메소드

testApiDefine_ReturnsCaller() 공개 메소드

testApiGetDefinition_ReturnsSameCallable_ForExistingKey() 공개 메소드

testApiGetDefinition_ThrowsException_ForNonExistingKey() 공개 메소드

testApiGetParam_ResolvesCallable() 공개 메소드

testApiGetParam_ReturnsSameObject_ForExistingKey() 공개 메소드

testApiGetParam_ThrowsException_ForNonExistingKey() 공개 메소드

testApiGetParams_ReturnsArray_WhenParamsWereSet() 공개 메소드

testApiGetParams_ReturnsEmptyArray_WhenNoParamsWereSet() 공개 메소드

testApiHasDefinition_ReturnsFalse_ForNonExistingKey() 공개 메소드

testApiHasDefinition_ReturnsTrue_ForExistingKey() 공개 메소드

testApiHasParam_ReturnsFalse_ForNonExistingKey() 공개 메소드

testApiHasParam_ReturnsTrue_ForExistingKey() 공개 메소드

testApiUnbindParam_DoesNothing_ForNonExistingKey() 공개 메소드

testApiUnbindParam_ReturnsCaller() 공개 메소드

testApiUnbindParam_UnbindsParam_ForExistingKey() 공개 메소드