ILIAS
Release_5_0_x_branch Revision 61816
|
Service context for unit test. More...
Static Public Member Functions | |
static | supportsRedirects () |
Are redirects supported? | |
static | hasUser () |
Based on user authentication? | |
static | usesHTTP () |
Uses HTTP aka browser. | |
static | hasHTML () |
Has HTML output. | |
static | usesTemplate () |
Uses template engine. | |
static | initClient () |
Init client. | |
static | doAuthentication () |
Try authentication. |
Service context for unit test.
Definition at line 15 of file class.ilContextUnitTest.php.
|
static |
Try authentication.
Reimplemented from ilContextBase.
Definition at line 82 of file class.ilContextUnitTest.php.
|
static |
Has HTML output.
Reimplemented from ilContextBase.
Definition at line 52 of file class.ilContextUnitTest.php.
|
static |
Based on user authentication?
Reimplemented from ilContextBase.
Definition at line 32 of file class.ilContextUnitTest.php.
|
static |
Init client.
Reimplemented from ilContextBase.
Definition at line 72 of file class.ilContextUnitTest.php.
|
static |
Are redirects supported?
Reimplemented from ilContextBase.
Definition at line 22 of file class.ilContextUnitTest.php.
|
static |
Uses HTTP aka browser.
Reimplemented from ilContextBase.
Definition at line 42 of file class.ilContextUnitTest.php.
|
static |
Uses template engine.
Reimplemented from ilContextBase.
Definition at line 62 of file class.ilContextUnitTest.php.