PHP 클래스 AppserverIo\Appserver\Core\ContainerThreadTest

상속: extends AppserverIo\Appserver\Core\AbstractTest
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$containerThread AppserverIo\Appserver\Core\ContainerThread The application instance to test.

공개 메소드들

메소드 설명
setUp ( ) : void Initializes the application instance to test.
testGetDeployment ( ) : void Test's if the configuration instance passed to the constructor is returned by the getter method.
testNewInstance ( ) : void Checks if the new instance method works correctly.

메소드 상세

setUp() 공개 메소드

Initializes the application instance to test.
public setUp ( ) : void
리턴 void

testGetDeployment() 공개 메소드

Test's if the configuration instance passed to the constructor is returned by the getter method.
public testGetDeployment ( ) : void
리턴 void

testNewInstance() 공개 메소드

Checks if the new instance method works correctly.
public testNewInstance ( ) : void
리턴 void

프로퍼티 상세

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

The application instance to test.
protected ContainerThread,AppserverIo\Appserver\Core $containerThread
리턴 AppserverIo\Appserver\Core\ContainerThread