|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class ilTestSessionTest. More...
Inheritance diagram for ilTestSessionTest:
Collaboration diagram for ilTestSessionTest:Public Member Functions | |
| test_instantiateObject_shouldReturnInstance () | |
| testRefId () | |
| testActiveId () | |
| testUserId () | |
| testTestId () | |
| testAnonymousId () | |
| testLastSequence () | |
| testPass () | |
| testIncreasePass () | |
| testSubmitted () | |
| testSubmittedTimestamp () | |
| testLastFinishedPass () | |
| testObjectiveOrientedContainerId () | |
| testLastStartedPass () | |
| testIsObjectiveOriented () | |
| testSetAccessCodeToSession () | |
| testUnsetAccessCodeInSession () | |
| testIsAnonymousUser () | |
| testPasswordChecked () | |
Public Member Functions inherited from ilTestBaseTestCase | |
| createInstanceOf (string $class_name, array $explicit_parameters=[]) | |
| createTraitInstanceOf (string $class_name, array $explicit_parameters=[]) | |
Protected Member Functions | |
| setUp () | |
Protected Member Functions inherited from ilTestBaseTestCase | |
| setUp () | |
| tearDown () | |
Private Attributes | |
| ilTestSession | $testObj |
Additional Inherited Members | |
Static Public Member Functions inherited from ilTestBaseTestCase | |
| static | callMethod ($obj, $name, array $args=[]) |
| static | getNonPublicPropertyValue (object $obj, string $name) |
Data Fields inherited from ilTestBaseTestCase | |
| const string | MOCKED_METHOD_WITHOUT_OUTPUT = 'MOCKED_METHOD_WITHOUT_OUTPUT' |
| const string | DYNAMIC_CLASS = 'DynamicClass' |
Protected Attributes inherited from ilTestBaseTestCase | |
| Container | $dic = null |
| Container | $backup_dic = null |
Static Protected Attributes inherited from ilTestBaseTestCase | |
| 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().
Here is the call graph for this function:| ilTestSessionTest::testRefId | ( | ) |
| ilTestSessionTest::testSetAccessCodeToSession | ( | ) |
Definition at line 148 of file ilTestSessionTest.php.
References ilTestSession\ACCESS_CODE_SESSION_INDEX, ilSession\get(), and ilSession\set().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| ilTestSessionTest::testUserId | ( | ) |
|
private |
Definition at line 27 of file ilTestSessionTest.php.