|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilChatroomUserTest:
Collaboration diagram for ilChatroomUserTest:Public Member Functions | |
| testGetUserIdIfNotAnonymous () | |
| testGetUserIdFromSessionIfAnonymous () | |
| testGetUserIdRandomGeneratedIfAnonymous () | |
| testSetUsername (string $username, string $expected) | |
| testGetUsernameFromSession () | |
| testGetUsernameFromIlObjUser () | |
| testBuildAnonymousName () | |
| testBuildLogin () | |
| testBuildFullname () | |
| testBuildShortname () | |
| testGetChatNameSuggestionsIfAnonymous () | |
| testGetChatNameSuggestionsIfNotAnonymous () | |
Static Public Member Functions | |
| static | usernameDataProvider () |
Protected Member Functions | |
| setUp () | |
Protected Member Functions inherited from ilChatroomAbstractTestBase | |
| setUp () | |
| tearDown () | |
| createIlChatroomUserMock () | |
| createGlobalIlDBMock () | |
| setGlobalVariable (string $name, $value) | |
Protected Attributes | |
| ilObjUser &MockObject | $ilUserMock |
| ilChatroomUser | $user |
Protected Attributes inherited from ilChatroomAbstractTestBase | |
| MockObject &ilChatroom | $ilChatroomMock |
| MockObject &ilChatroomUser | $ilChatroomUserMock |
Definition at line 24 of file ilChatroomUserTest.php.
|
protected |
Reimplemented from ilChatroomAbstractTestBase.
Definition at line 183 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testBuildAnonymousName | ( | ) |
Definition at line 112 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testBuildFullname | ( | ) |
Definition at line 130 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testBuildLogin | ( | ) |
Definition at line 122 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testBuildShortname | ( | ) |
Definition at line 138 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetChatNameSuggestionsIfAnonymous | ( | ) |
Definition at line 148 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetChatNameSuggestionsIfNotAnonymous | ( | ) |
Definition at line 159 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetUserIdFromSessionIfAnonymous | ( | ) |
Definition at line 39 of file ilChatroomUserTest.php.
References ilSession\set(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetUserIdIfNotAnonymous | ( | ) |
Definition at line 29 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetUserIdRandomGeneratedIfAnonymous | ( | ) |
Definition at line 59 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetUsernameFromIlObjUser | ( | ) |
Definition at line 96 of file ilChatroomUserTest.php.
References ilSession\set(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetUsernameFromSession | ( | ) |
Definition at line 76 of file ilChatroomUserTest.php.
References ilSession\set(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testSetUsername | ( | string | $username, |
| string | $expected | ||
| ) |
Definition at line 70 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:
|
static |
Definition at line 175 of file ilChatroomUserTest.php.
|
protected |
Definition at line 26 of file ilChatroomUserTest.php.
|
protected |
Definition at line 27 of file ilChatroomUserTest.php.