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

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

Открытые методы

Метод Описание
testGetAccesses ( ) : void Checks whether the getAccesses() method returns the expected result.
testGetAddress ( ) : void Test the getAddress() method.
testGetAdmin ( ) : void Test the getAdmin() method.
testGetAnalytics ( ) : void Checks whether the getAnalytics() method returns the expected result.
testGetAuthentications ( ) : void Checks whether the getAnalytics() method returns the expected result.
testGetCertPath ( ) : void Test the getCertPath() method.
testGetConnectionHandlers ( ) : void Checks whether the getConnectionHandlers() method returns the expected result.
testGetDirectoryIndex ( ) : void Test the getDirectoryIndex() method.
testGetDocumentRoot ( ) : void Test the getDocumentRoot() method.
testGetEnvironmentVariables ( ) : void Checks whether the getEnvironmentVariables() method returns the expected result.
testGetErrorsPageTemplatePath ( ) : void Test the getErrorsPageTemplatePath() method.
testGetGroup ( ) : void Test the getGroup() method.
testGetHandlers ( ) : void Checks whether the getHandlers() method returns the expected result.
testGetKeepAliveMax ( ) : void Test the getKeepAliveMax() method.
testGetKeepAliveTimeout ( ) : void Test the getKeepAliveTimeout() method.
testGetLocations ( ) : void Checks whether the getLocations() method returns the expected result.
testGetLoggerName ( ) : void Test the getLoggerName() method.
testGetModules ( ) : void Checks whether the getModules() method returns the expected result.
testGetName ( ) : void Test the getName() method.
testGetPassphrase ( ) : void Test the getPassphrase() method.
testGetPort ( ) : void Test the getPort() method.
testGetRequestContextType ( ) : void Test the getRequestContextType() method.
testGetRewriteMaps ( ) : void Checks whether the getRewriteMaps() method returns the expected result.
testGetRewrites ( ) : void Checks whether the getRewrites() method returns the expected result.
testGetServerContextType ( ) : void Test the getServerContextType() method.
testGetSocketType ( ) : void Test the getSocketType() method.
testGetSoftware ( ) : void Test the getSoftware() method.
testGetTransport ( ) : void Test the getTransport() method.
testGetType ( ) : void Test the getType() method.
testGetUser ( ) : void Test the getUser() method.
testGetVirtualHosts ( ) : void Checks whether the getRewrites() method returns the expected result.
testGetWorkerAcceptMax ( ) : void Test the getWorkerAcceptMax() method.
testGetWorkerAcceptMin ( ) : void Test the getWorkerAcceptMin() method.
testGetWorkerNumber ( ) : void Test the getWorkerNumber() method.
testGetWorkerType ( ) : void Test the getWorkerType() method.

Защищенные методы

Метод Описание
getServerNodeWithMockedConfiguration ( mixed $value, string $key = null, string $methodName = 'getParam' ) : ServerNodeConfiguration Creates a new server instance with a mocked configuration, that returns the param with the passed key/value.

Описание методов

getServerNodeWithMockedConfiguration() защищенный метод

Creates a new server instance with a mocked configuration, that returns the param with the passed key/value.
protected getServerNodeWithMockedConfiguration ( mixed $value, string $key = null, string $methodName = 'getParam' ) : ServerNodeConfiguration
$value mixed The parameter value to return
$key string The parameter key to return
$methodName string The method name of the configuration we want to invoke
Результат ServerNodeConfiguration The server node instance to be tested

testGetAccesses() публичный метод

Checks whether the getAccesses() method returns the expected result.
public testGetAccesses ( ) : void
Результат void

testGetAddress() публичный метод

Test the getAddress() method.
public testGetAddress ( ) : void
Результат void

testGetAdmin() публичный метод

Test the getAdmin() method.
public testGetAdmin ( ) : void
Результат void

testGetAnalytics() публичный метод

Checks whether the getAnalytics() method returns the expected result.
public testGetAnalytics ( ) : void
Результат void

testGetAuthentications() публичный метод

Checks whether the getAnalytics() method returns the expected result.
public testGetAuthentications ( ) : void
Результат void

testGetCertPath() публичный метод

Test the getCertPath() method.
public testGetCertPath ( ) : void
Результат void

testGetConnectionHandlers() публичный метод

Checks whether the getConnectionHandlers() method returns the expected result.
public testGetConnectionHandlers ( ) : void
Результат void

testGetDirectoryIndex() публичный метод

Test the getDirectoryIndex() method.
public testGetDirectoryIndex ( ) : void
Результат void

testGetDocumentRoot() публичный метод

Test the getDocumentRoot() method.
public testGetDocumentRoot ( ) : void
Результат void

testGetEnvironmentVariables() публичный метод

Checks whether the getEnvironmentVariables() method returns the expected result.
public testGetEnvironmentVariables ( ) : void
Результат void

testGetErrorsPageTemplatePath() публичный метод

Test the getErrorsPageTemplatePath() method.
public testGetErrorsPageTemplatePath ( ) : void
Результат void

testGetGroup() публичный метод

Test the getGroup() method.
public testGetGroup ( ) : void
Результат void

testGetHandlers() публичный метод

Checks whether the getHandlers() method returns the expected result.
public testGetHandlers ( ) : void
Результат void

testGetKeepAliveMax() публичный метод

Test the getKeepAliveMax() method.
public testGetKeepAliveMax ( ) : void
Результат void

testGetKeepAliveTimeout() публичный метод

Test the getKeepAliveTimeout() method.
public testGetKeepAliveTimeout ( ) : void
Результат void

testGetLocations() публичный метод

Checks whether the getLocations() method returns the expected result.
public testGetLocations ( ) : void
Результат void

testGetLoggerName() публичный метод

Test the getLoggerName() method.
public testGetLoggerName ( ) : void
Результат void

testGetModules() публичный метод

Checks whether the getModules() method returns the expected result.
public testGetModules ( ) : void
Результат void

testGetName() публичный метод

Test the getName() method.
public testGetName ( ) : void
Результат void

testGetPassphrase() публичный метод

Test the getPassphrase() method.
public testGetPassphrase ( ) : void
Результат void

testGetPort() публичный метод

Test the getPort() method.
public testGetPort ( ) : void
Результат void

testGetRequestContextType() публичный метод

Test the getRequestContextType() method.
public testGetRequestContextType ( ) : void
Результат void

testGetRewriteMaps() публичный метод

Checks whether the getRewriteMaps() method returns the expected result.
public testGetRewriteMaps ( ) : void
Результат void

testGetRewrites() публичный метод

Checks whether the getRewrites() method returns the expected result.
public testGetRewrites ( ) : void
Результат void

testGetServerContextType() публичный метод

Test the getServerContextType() method.
public testGetServerContextType ( ) : void
Результат void

testGetSocketType() публичный метод

Test the getSocketType() method.
public testGetSocketType ( ) : void
Результат void

testGetSoftware() публичный метод

Test the getSoftware() method.
public testGetSoftware ( ) : void
Результат void

testGetTransport() публичный метод

Test the getTransport() method.
public testGetTransport ( ) : void
Результат void

testGetType() публичный метод

Test the getType() method.
public testGetType ( ) : void
Результат void

testGetUser() публичный метод

Test the getUser() method.
public testGetUser ( ) : void
Результат void

testGetVirtualHosts() публичный метод

Checks whether the getRewrites() method returns the expected result.
public testGetVirtualHosts ( ) : void
Результат void

testGetWorkerAcceptMax() публичный метод

Test the getWorkerAcceptMax() method.
public testGetWorkerAcceptMax ( ) : void
Результат void

testGetWorkerAcceptMin() публичный метод

Test the getWorkerAcceptMin() method.
public testGetWorkerAcceptMin ( ) : void
Результат void

testGetWorkerNumber() публичный метод

Test the getWorkerNumber() method.
public testGetWorkerNumber ( ) : void
Результат void

testGetWorkerType() публичный метод

Test the getWorkerType() method.
public testGetWorkerType ( ) : void
Результат void