PHP Class AppserverIo\Appserver\Core\ContainerThreadTest

Inheritance: extends AppserverIo\Appserver\Core\AbstractTest
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$containerThread AppserverIo\Appserver\Core\ContainerThread The application instance to test.

Public Methods

Method Description
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.

Method Details

setUp() public method

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

testGetDeployment() public method

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

testNewInstance() public method

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

Property Details

$containerThread protected property

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