PHP Class AppserverIo\Appserver\Naming\NamingDirectoryTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$namingDirectory NamingDirectory The naming directory instance we want to test.

Méthodes publiques

Méthode Description
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.

Method Details

setUp() public méthode

Initialize the instance to test.
public setUp ( ) : void
Résultat void

testCreateSubdirectory() public méthode

Test if the subdirectory creatin works.
public testCreateSubdirectory ( ) : void
Résultat void

testOneLevelDescendingRecursiveSearch() public méthode

Test the descending recursive search on a directory tree with a one level structure.

testSearchForASubdirectory() public méthode

Test if the search for a subdirectory works.
public testSearchForASubdirectory ( ) : void
Résultat void

testSimpleBind() public méthode

Tests a simple bind to a directory.
public testSimpleBind ( ) : void
Résultat void

testThreeLevelDescendingRecursiveSearch() public méthode

Test the descending recursive search on a directory tree with a three level structure.

testTwoLevelDescendingRecursiveSearch() public méthode

Test the descending recursive search on a directory tree with a two level structure.

Property Details

$namingDirectory protected_oe property

The naming directory instance we want to test.
protected NamingDirectory,AppserverIo\Appserver\Naming $namingDirectory
Résultat NamingDirectory