PHP Класс AppserverIo\Appserver\Core\ContainerThreadTest

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Appserver\Core\AbstractTest
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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