Method |
Description |
|
testBackendRequest ( ) |
Tests initializing the framework with a back end request. |
|
testContainerNotSet ( ) |
Tests initializing the framework with a valid request token. |
|
testCreateInstance ( ) |
Tests the createInstance method. |
|
testCreateInstanceSingelton ( ) |
Tests the createInstance method for a singleton class. |
|
testErrorLevelOverride ( ) |
Tests that the error level will get updated when configured. |
|
testFrontendRequest ( ) |
Tests initializing the framework with a front end request. |
|
testGetAdapter ( ) |
Tests the getAdapter method. |
|
testIncompleteInstallation ( ) |
Tests initializing the framework with an incomplete installation. |
|
testInstantiation ( ) |
Tests the object instantiation. |
|
testInvalidRequestToken ( ) |
Tests initializing the framework with an invalid request token. |
|
testNotInitializedTwice ( ) |
Tests that the framework is not initialized twice. |
|
testRequestTokenCheckSkippedIfAttributeFalse ( ) |
Tests if the request token check is skipped if the attribute is false. |
|
testValidRequestToken ( ) |
Tests initializing the framework with a valid request token. |
|
testWithoutRequest ( ) |
Tests initializing the framework without a request. |
|
testWithoutRoute ( ) |
Tests initializing the framework with request but without route. |
|
testWithoutScope ( ) |
Tests initializing the framework without a scope. |
|