PHP Class AppserverIo\Appserver\Core\ServerNodeConfigurationTest

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

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
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.

Method Details

getServerNodeWithMockedConfiguration() protected méthode

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
Résultat ServerNodeConfiguration The server node instance to be tested

testGetAccesses() public méthode

Checks whether the getAccesses() method returns the expected result.
public testGetAccesses ( ) : void
Résultat void

testGetAddress() public méthode

Test the getAddress() method.
public testGetAddress ( ) : void
Résultat void

testGetAdmin() public méthode

Test the getAdmin() method.
public testGetAdmin ( ) : void
Résultat void

testGetAnalytics() public méthode

Checks whether the getAnalytics() method returns the expected result.
public testGetAnalytics ( ) : void
Résultat void

testGetAuthentications() public méthode

Checks whether the getAnalytics() method returns the expected result.
public testGetAuthentications ( ) : void
Résultat void

testGetCertPath() public méthode

Test the getCertPath() method.
public testGetCertPath ( ) : void
Résultat void

testGetConnectionHandlers() public méthode

Checks whether the getConnectionHandlers() method returns the expected result.
public testGetConnectionHandlers ( ) : void
Résultat void

testGetDirectoryIndex() public méthode

Test the getDirectoryIndex() method.
public testGetDirectoryIndex ( ) : void
Résultat void

testGetDocumentRoot() public méthode

Test the getDocumentRoot() method.
public testGetDocumentRoot ( ) : void
Résultat void

testGetEnvironmentVariables() public méthode

Checks whether the getEnvironmentVariables() method returns the expected result.
public testGetEnvironmentVariables ( ) : void
Résultat void

testGetErrorsPageTemplatePath() public méthode

Test the getErrorsPageTemplatePath() method.
public testGetErrorsPageTemplatePath ( ) : void
Résultat void

testGetGroup() public méthode

Test the getGroup() method.
public testGetGroup ( ) : void
Résultat void

testGetHandlers() public méthode

Checks whether the getHandlers() method returns the expected result.
public testGetHandlers ( ) : void
Résultat void

testGetKeepAliveMax() public méthode

Test the getKeepAliveMax() method.
public testGetKeepAliveMax ( ) : void
Résultat void

testGetKeepAliveTimeout() public méthode

Test the getKeepAliveTimeout() method.
public testGetKeepAliveTimeout ( ) : void
Résultat void

testGetLocations() public méthode

Checks whether the getLocations() method returns the expected result.
public testGetLocations ( ) : void
Résultat void

testGetLoggerName() public méthode

Test the getLoggerName() method.
public testGetLoggerName ( ) : void
Résultat void

testGetModules() public méthode

Checks whether the getModules() method returns the expected result.
public testGetModules ( ) : void
Résultat void

testGetName() public méthode

Test the getName() method.
public testGetName ( ) : void
Résultat void

testGetPassphrase() public méthode

Test the getPassphrase() method.
public testGetPassphrase ( ) : void
Résultat void

testGetPort() public méthode

Test the getPort() method.
public testGetPort ( ) : void
Résultat void

testGetRequestContextType() public méthode

Test the getRequestContextType() method.
public testGetRequestContextType ( ) : void
Résultat void

testGetRewriteMaps() public méthode

Checks whether the getRewriteMaps() method returns the expected result.
public testGetRewriteMaps ( ) : void
Résultat void

testGetRewrites() public méthode

Checks whether the getRewrites() method returns the expected result.
public testGetRewrites ( ) : void
Résultat void

testGetServerContextType() public méthode

Test the getServerContextType() method.
public testGetServerContextType ( ) : void
Résultat void

testGetSocketType() public méthode

Test the getSocketType() method.
public testGetSocketType ( ) : void
Résultat void

testGetSoftware() public méthode

Test the getSoftware() method.
public testGetSoftware ( ) : void
Résultat void

testGetTransport() public méthode

Test the getTransport() method.
public testGetTransport ( ) : void
Résultat void

testGetType() public méthode

Test the getType() method.
public testGetType ( ) : void
Résultat void

testGetUser() public méthode

Test the getUser() method.
public testGetUser ( ) : void
Résultat void

testGetVirtualHosts() public méthode

Checks whether the getRewrites() method returns the expected result.
public testGetVirtualHosts ( ) : void
Résultat void

testGetWorkerAcceptMax() public méthode

Test the getWorkerAcceptMax() method.
public testGetWorkerAcceptMax ( ) : void
Résultat void

testGetWorkerAcceptMin() public méthode

Test the getWorkerAcceptMin() method.
public testGetWorkerAcceptMin ( ) : void
Résultat void

testGetWorkerNumber() public méthode

Test the getWorkerNumber() method.
public testGetWorkerNumber ( ) : void
Résultat void

testGetWorkerType() public méthode

Test the getWorkerType() method.
public testGetWorkerType ( ) : void
Résultat void