|
ILIAS
release_8 Revision v8.24
|
Class ilChatroomUserTest. More...
Inheritance diagram for ilChatroomUserTest:
Collaboration diagram for ilChatroomUserTest:Public Member Functions | |
| testGetUserIdIfNotAnonymous () | |
| testGetUserIdFromSessionIfAnonymous () | |
| testGetUserIdRandomGeneratedIfAnonymous () | |
| testSetUsername (string $username, string $expected) | |
| @dataProvider usernameDataProvider More... | |
| testGetUsernameFromSession () | |
| testGetUsernameFromIlObjUser () | |
| testBuildAnonymousName () | |
| testBuildLogin () | |
| testBuildFullname () | |
| testBuildShortname () | |
| testGetChatNameSuggestionsIfAnonymous () | |
| testGetChatNameSuggestionsIfNotAnonymous () | |
| usernameDataProvider () | |
Protected Member Functions | |
| setUp () | |
Protected Member Functions inherited from ilChatroomAbstractTest | |
| setUp () | |
| tearDown () | |
| createIlChatroomMock () | |
| createIlChatroomUserMock () | |
| createGlobalIlDBMock () | |
| setGlobalVariable (string $name, $value) | |
Protected Attributes | |
| ilObjUser | $ilUserMock |
| ilChatroomUser | $user |
Protected Attributes inherited from ilChatroomAbstractTest | |
| $ilChatroomMock | |
| $ilChatroomUserMock | |
Class ilChatroomUserTest.
Definition at line 27 of file class.ilChatroomUserTest.php.
|
protected |
Reimplemented from ilChatroomAbstractTest.
Definition at line 194 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testBuildAnonymousName | ( | ) |
Definition at line 120 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testBuildFullname | ( | ) |
Definition at line 138 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testBuildLogin | ( | ) |
Definition at line 130 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testBuildShortname | ( | ) |
Definition at line 146 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetChatNameSuggestionsIfAnonymous | ( | ) |
Definition at line 156 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetChatNameSuggestionsIfNotAnonymous | ( | ) |
Definition at line 167 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetUserIdFromSessionIfAnonymous | ( | ) |
Definition at line 43 of file class.ilChatroomUserTest.php.
References $session, ilSession\set(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetUserIdIfNotAnonymous | ( | ) |
Definition at line 33 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetUserIdRandomGeneratedIfAnonymous | ( | ) |
Definition at line 63 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetUsernameFromIlObjUser | ( | ) |
Definition at line 104 of file class.ilChatroomUserTest.php.
References ilSession\set(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testGetUsernameFromSession | ( | ) |
Definition at line 84 of file class.ilChatroomUserTest.php.
References ilSession\set(), and ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::testSetUsername | ( | string | $username, |
| string | $expected | ||
| ) |
@dataProvider usernameDataProvider
| string | $username | |
| string | $expected |
Definition at line 78 of file class.ilChatroomUserTest.php.
References ILIAS\Repository\user().
Here is the call graph for this function:| ilChatroomUserTest::usernameDataProvider | ( | ) |
Definition at line 186 of file class.ilChatroomUserTest.php.
|
protected |
Definition at line 30 of file class.ilChatroomUserTest.php.
|
protected |
Definition at line 31 of file class.ilChatroomUserTest.php.