PHP Class AppserverIo\Appserver\Naming\NamingDirectoryTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$namingDirectory NamingDirectory The naming directory instance we want to test.

Public Methods

Method 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 method

Initialize the instance to test.
public setUp ( ) : void
return void

testCreateSubdirectory() public method

Test if the subdirectory creatin works.
public testCreateSubdirectory ( ) : void
return void

testOneLevelDescendingRecursiveSearch() public method

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

testSearchForASubdirectory() public method

Test if the search for a subdirectory works.
public testSearchForASubdirectory ( ) : void
return void

testSimpleBind() public method

Tests a simple bind to a directory.
public testSimpleBind ( ) : void
return void

testThreeLevelDescendingRecursiveSearch() public method

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

testTwoLevelDescendingRecursiveSearch() public method

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

Property Details

$namingDirectory protected property

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