PHP 클래스 AppserverIo\Appserver\Naming\NamingDirectoryTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$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.

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.

testTwoLevelDescendingRecursiveSearch() 공개 메소드

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

프로퍼티 상세

$namingDirectory 보호되어 있는 프로퍼티

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