PHP Класс Tests\BuilderTest

Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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() публичный Метод