PHP 클래스 Tests\BuilderTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: zumba/swivel

공개 메소드들

메소드 설명
testAddBehaviorEnabled ( )
testAddBehaviorNotEnabled ( )
testAddValueEnabled ( )
testAddValueNotEnabled ( )
testDefaultBehavior ( )
testDefaultBehaviorThrowsIfNoDefaultCalledFirst ( )
testDefaultValue ( )
testDefaultValueThrowsIfNoDefaultCalledFirst ( )
testExecute ( )
testGetBehavior ( )
testGetBehaviorPrivateMethod ( )
testGetBehaviorPrivateStaticMethod ( )
testGetBehaviorProtectedMethod ( )
testGetBehaviorProtectedStaticMethod ( )
testGetBehaviorThrowsIfStrategyNotCallable ( )
testNoDefaultThrowsIfDefaultBehaviorDefined ( )
testNoDefaultThrowsIfDefaultValueDefined ( )

보호된 메소드들

메소드 설명
protectedMethod ( string $arg1, string $arg2 ) : string Used for testing that protected method is called with proper arguments.
protectedStaticMethod ( string $arg1, string $arg2 ) : string Used for testing that protected static method is called with proper arguments.

비공개 메소드들

메소드 설명
privateMethod ( string $arg1, string $arg2 ) : string Used for testing that private method is called with proper arguments.
privateStaticMethod ( string $arg1, string $arg2 ) : string Used for testing that private static method is called with proper arguments.

메소드 상세

protectedMethod() 보호된 메소드

Used for testing that protected method is called with proper arguments.
protected protectedMethod ( string $arg1, string $arg2 ) : string
$arg1 string
$arg2 string
리턴 string Args concatenated together

protectedStaticMethod() 보호된 정적인 메소드

Used for testing that protected static method is called with proper arguments.
protected static protectedStaticMethod ( string $arg1, string $arg2 ) : string
$arg1 string
$arg2 string
리턴 string Args concatenated together

testAddBehaviorEnabled() 공개 메소드

testAddBehaviorNotEnabled() 공개 메소드

testAddValueEnabled() 공개 메소드

public testAddValueEnabled ( )

testAddValueNotEnabled() 공개 메소드

testDefaultBehavior() 공개 메소드

public testDefaultBehavior ( )

testDefaultBehaviorThrowsIfNoDefaultCalledFirst() 공개 메소드

testDefaultValue() 공개 메소드

public testDefaultValue ( )

testDefaultValueThrowsIfNoDefaultCalledFirst() 공개 메소드

testExecute() 공개 메소드

public testExecute ( )

testGetBehavior() 공개 메소드

public testGetBehavior ( )

testGetBehaviorPrivateMethod() 공개 메소드

testGetBehaviorPrivateStaticMethod() 공개 메소드

testGetBehaviorProtectedMethod() 공개 메소드

testGetBehaviorProtectedStaticMethod() 공개 메소드

testGetBehaviorThrowsIfStrategyNotCallable() 공개 메소드

testNoDefaultThrowsIfDefaultBehaviorDefined() 공개 메소드

testNoDefaultThrowsIfDefaultValueDefined() 공개 메소드