| ILIAS
    release_6 Revision v6.24-5-g0c8bfefb3b8
    | 
Class ilChatroomUserTest. More...
 Inheritance diagram for ilChatroomUserTest:
 Inheritance diagram for ilChatroomUserTest: Collaboration diagram for ilChatroomUserTest:
 Collaboration diagram for ilChatroomUserTest:| Public Member Functions | |
| testConstructor () | |
| testGetUserIdIfNotAnonymous () | |
| testGetUserIdFromSessionIfAnonymous () | |
| testGetUserIdRandomGeneratedIfAnonymous () | |
| testSetUsername ($username, $expected) | |
| @dataProvider usernameDataProvider  More... | |
| testGetUsernameFromSession () | |
| testGetUsernameFromIlObjUser () | |
| testBuildAnonymousName () | |
| testBuildLogin () | |
| testBuildFullname () | |
| testBuildShortname () | |
| testGetChatNameSuggestionsIfAnonymous () | |
| testGetChatNameSuggestionsIfNotAnonymous () | |
| usernameDataProvider () | |
| Protected Member Functions | |
| setUp () | |
| Protected Attributes | |
| $ilUserMock | |
| $ilChatroomMock | |
| $user | |
Class ilChatroomUserTest.
Definition at line 7 of file class.ilChatroomUserTest.php.
| 
 | protected | 
Definition at line 25 of file class.ilChatroomUserTest.php.
References user().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatroomUserTest::testBuildAnonymousName | ( | ) | 
Definition at line 129 of file class.ilChatroomUserTest.php.
References user().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatroomUserTest::testBuildFullname | ( | ) | 
Definition at line 147 of file class.ilChatroomUserTest.php.
References user().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatroomUserTest::testBuildLogin | ( | ) | 
Definition at line 139 of file class.ilChatroomUserTest.php.
References user().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatroomUserTest::testBuildShortname | ( | ) | 
Definition at line 155 of file class.ilChatroomUserTest.php.
References user().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatroomUserTest::testConstructor | ( | ) | 
Definition at line 47 of file class.ilChatroomUserTest.php.
References user().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatroomUserTest::testGetChatNameSuggestionsIfAnonymous | ( | ) | 
Definition at line 165 of file class.ilChatroomUserTest.php.
References user().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatroomUserTest::testGetChatNameSuggestionsIfNotAnonymous | ( | ) | 
Definition at line 176 of file class.ilChatroomUserTest.php.
References user().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatroomUserTest::testGetUserIdFromSessionIfAnonymous | ( | ) | 
Definition at line 62 of file class.ilChatroomUserTest.php.
References $_SESSION, and user().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatroomUserTest::testGetUserIdIfNotAnonymous | ( | ) | 
Definition at line 52 of file class.ilChatroomUserTest.php.
References user().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatroomUserTest::testGetUserIdRandomGeneratedIfAnonymous | ( | ) | 
Definition at line 81 of file class.ilChatroomUserTest.php.
References user().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatroomUserTest::testGetUsernameFromIlObjUser | ( | ) | 
Definition at line 117 of file class.ilChatroomUserTest.php.
References $_SESSION, and user().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatroomUserTest::testGetUsernameFromSession | ( | ) | 
Definition at line 102 of file class.ilChatroomUserTest.php.
References $_SESSION, and user().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatroomUserTest::testSetUsername | ( | $username, | |
| $expected | |||
| ) | 
@dataProvider usernameDataProvider
| string | $username | |
| string | $expected | 
Definition at line 96 of file class.ilChatroomUserTest.php.
References user().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatroomUserTest::usernameDataProvider | ( | ) | 
Definition at line 195 of file class.ilChatroomUserTest.php.
| 
 | protected | 
Definition at line 18 of file class.ilChatroomUserTest.php.
| 
 | protected | 
Definition at line 13 of file class.ilChatroomUserTest.php.
| 
 | protected | 
Definition at line 23 of file class.ilChatroomUserTest.php.