PHP Класс AppserverIo\Appserver\Naming\NamingDirectoryTest

Автор: Tim Wagner ([email protected])
Наследование: extends PHPUnit_Framework_TestCase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$namingDirectory NamingDirectory The naming directory instance we want to test.

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

Метод Описание
setUp ( ) : void Initialize the instance to test.
testCreateSubdirectory ( ) : void Test if the subdirectory creatin works.
testOneLevelDescendingRecursiveSearch ( ) : void Test the descending recursive search on a directory tree with a one level structure.
testSearchForASubdirectory ( ) : void Test if the search for a subdirectory works.
testSimpleBind ( ) : void Tests a simple bind to a directory.
testThreeLevelDescendingRecursiveSearch ( ) : void Test the descending recursive search on a directory tree with a three level structure.
testTwoLevelDescendingRecursiveSearch ( ) : void Test the descending recursive search on a directory tree with a two level structure.

Описание методов

setUp() публичный метод

Initialize the instance to test.
public setUp ( ) : void
Результат void

testCreateSubdirectory() публичный метод

Test if the subdirectory creatin works.
public testCreateSubdirectory ( ) : void
Результат void

testOneLevelDescendingRecursiveSearch() публичный метод

Test the descending recursive search on a directory tree with a one level structure.
public testOneLevelDescendingRecursiveSearch ( ) : void
Результат void

testSearchForASubdirectory() публичный метод

Test if the search for a subdirectory works.
public testSearchForASubdirectory ( ) : void
Результат void

testSimpleBind() публичный метод

Tests a simple bind to a directory.
public testSimpleBind ( ) : void
Результат void

testThreeLevelDescendingRecursiveSearch() публичный метод

Test the descending recursive search on a directory tree with a three level structure.
public testThreeLevelDescendingRecursiveSearch ( ) : void
Результат void

testTwoLevelDescendingRecursiveSearch() публичный метод

Test the descending recursive search on a directory tree with a two level structure.
public testTwoLevelDescendingRecursiveSearch ( ) : void
Результат void

Описание свойств

$namingDirectory защищенное свойство

The naming directory instance we want to test.
protected NamingDirectory,AppserverIo\Appserver\Naming $namingDirectory
Результат NamingDirectory