PHP Class AppserverIo\Appserver\Core\ContainerThreadTest

Inheritance: extends AppserverIo\Appserver\Core\AbstractTest
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$containerThread AppserverIo\Appserver\Core\ContainerThread The application instance to test.

Méthodes publiques

Méthode 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 méthode

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

testGetDeployment() public méthode

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

testNewInstance() public méthode

Checks if the new instance method works correctly.
public testNewInstance ( ) : void
Résultat void

Property Details

$containerThread protected_oe property

The application instance to test.
protected ContainerThread,AppserverIo\Appserver\Core $containerThread
Résultat AppserverIo\Appserver\Core\ContainerThread