PHP 클래스 AppserverIo\Appserver\Core\ServerNodeConfigurationTest

상속: extends AppserverIo\Appserver\Core\AbstractTest
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
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.

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