ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Class ilTestSessionTest. More...
Public Member Functions | |
test_instantiateObject_shouldReturnInstance () | |
testRefId () | |
testActiveId () | |
testUserId () | |
testTestId () | |
testAnonymousId () | |
testLastSequence () | |
testPass () | |
testIncreasePass () | |
testSubmitted () | |
testSubmittedTimestamp () | |
testLastFinishedPass () | |
testObjectiveOrientedContainerId () | |
testLastStartedPass () | |
testIsObjectiveOriented () | |
testSetAccessCodeToSession () | |
testUnsetAccessCodeInSession () | |
testIsAnonymousUser () | |
testPasswordChecked () | |
![]() | |
createInstanceOf (string $class_name, array $explicit_parameters=[]) | |
createTraitInstanceOf (string $class_name, array $explicit_parameters=[]) | |
Protected Member Functions | |
setUp () | |
![]() | |
setUp () | |
tearDown () | |
Private Attributes | |
ilTestSession | $testObj |
Additional Inherited Members | |
![]() | |
static | callMethod ($obj, $name, array $args=[]) |
static | getNonPublicPropertyValue (object $obj, string $name) |
![]() | |
const string | MOCKED_METHOD_WITHOUT_OUTPUT = 'MOCKED_METHOD_WITHOUT_OUTPUT' |
const string | DYNAMIC_CLASS = 'DynamicClass' |
![]() | |
Container | $dic = null |
Container | $backup_dic = null |
![]() | |
static int | $DYNAMIC_CLASS_COUNT = 0 |
Class ilTestSessionTest.
Definition at line 25 of file ilTestSessionTest.php.
|
protected |
Reimplemented from ilTestBaseTestCase.
Definition at line 29 of file ilTestSessionTest.php.
ilTestSessionTest::test_instantiateObject_shouldReturnInstance | ( | ) |
Definition at line 39 of file ilTestSessionTest.php.
ilTestSessionTest::testActiveId | ( | ) |
Definition at line 51 of file ilTestSessionTest.php.
ilTestSessionTest::testAnonymousId | ( | ) |
Definition at line 72 of file ilTestSessionTest.php.
ilTestSessionTest::testIncreasePass | ( | ) |
Definition at line 93 of file ilTestSessionTest.php.
ilTestSessionTest::testIsAnonymousUser | ( | ) |
Definition at line 167 of file ilTestSessionTest.php.
References ANONYMOUS_USER_ID.
ilTestSessionTest::testIsObjectiveOriented | ( | ) |
Definition at line 140 of file ilTestSessionTest.php.
ilTestSessionTest::testLastFinishedPass | ( | ) |
Definition at line 119 of file ilTestSessionTest.php.
ilTestSessionTest::testLastSequence | ( | ) |
Definition at line 79 of file ilTestSessionTest.php.
ilTestSessionTest::testLastStartedPass | ( | ) |
Definition at line 133 of file ilTestSessionTest.php.
ilTestSessionTest::testObjectiveOrientedContainerId | ( | ) |
Definition at line 126 of file ilTestSessionTest.php.
ilTestSessionTest::testPass | ( | ) |
Definition at line 86 of file ilTestSessionTest.php.
ilTestSessionTest::testPasswordChecked | ( | ) |
Definition at line 175 of file ilTestSessionTest.php.
References ilSession\get().
ilTestSessionTest::testRefId | ( | ) |
ilTestSessionTest::testSetAccessCodeToSession | ( | ) |
Definition at line 148 of file ilTestSessionTest.php.
References ilTestSession\ACCESS_CODE_SESSION_INDEX, ilSession\get(), and ilSession\set().
ilTestSessionTest::testSubmitted | ( | ) |
Definition at line 103 of file ilTestSessionTest.php.
ilTestSessionTest::testSubmittedTimestamp | ( | ) |
Definition at line 111 of file ilTestSessionTest.php.
ilTestSessionTest::testTestId | ( | ) |
Definition at line 65 of file ilTestSessionTest.php.
ilTestSessionTest::testUnsetAccessCodeInSession | ( | ) |
Definition at line 156 of file ilTestSessionTest.php.
References ilTestSession\ACCESS_CODE_SESSION_INDEX, ilSession\get(), and ilSession\set().
ilTestSessionTest::testUserId | ( | ) |
|
private |
Definition at line 27 of file ilTestSessionTest.php.