| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
Class ilChatroomUserTest. More...
 Inheritance diagram for ilChatroomUserTest:
 Collaboration diagram for ilChatroomUserTest:Public Member Functions | |
| testGetUserIdIfNotAnonymous () | |
| testGetUserIdFromSessionIfAnonymous () | |
| testGetUserIdRandomGeneratedIfAnonymous () | |
| testSetUsername (string $username, string $expected) | |
| usernameDataProvider  More... | |
| 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 | $ilUserMock | 
| ilChatroomUser | $user | 
  Protected Attributes inherited from ilChatroomAbstractTestBase | |
| $ilChatroomMock | |
| $ilChatroomUserMock | |
Class ilChatroomUserTest.
Definition at line 27 of file ilChatroomUserTest.php.
      
  | 
  protected | 
Definition at line 189 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
 Here is the call graph for this function:| ilChatroomUserTest::testBuildAnonymousName | ( | ) | 
Definition at line 118 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
 Here is the call graph for this function:| ilChatroomUserTest::testBuildFullname | ( | ) | 
Definition at line 136 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
 Here is the call graph for this function:| ilChatroomUserTest::testBuildLogin | ( | ) | 
Definition at line 128 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
 Here is the call graph for this function:| ilChatroomUserTest::testBuildShortname | ( | ) | 
Definition at line 144 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
 Here is the call graph for this function:| ilChatroomUserTest::testGetChatNameSuggestionsIfAnonymous | ( | ) | 
Definition at line 154 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
 Here is the call graph for this function:| ilChatroomUserTest::testGetChatNameSuggestionsIfNotAnonymous | ( | ) | 
Definition at line 165 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
 Here is the call graph for this function:| ilChatroomUserTest::testGetUserIdFromSessionIfAnonymous | ( | ) | 
Definition at line 43 of file ilChatroomUserTest.php.
References ilSession\set(), and ILIAS\Repository\user().
 Here is the call graph for this function:| ilChatroomUserTest::testGetUserIdIfNotAnonymous | ( | ) | 
Definition at line 33 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
 Here is the call graph for this function:| ilChatroomUserTest::testGetUserIdRandomGeneratedIfAnonymous | ( | ) | 
Definition at line 63 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
 Here is the call graph for this function:| ilChatroomUserTest::testGetUsernameFromIlObjUser | ( | ) | 
Need to check if required value isset.
Definition at line 102 of file ilChatroomUserTest.php.
References ilSession\set(), and ILIAS\Repository\user().
 Here is the call graph for this function:| ilChatroomUserTest::testGetUsernameFromSession | ( | ) | 
Definition at line 82 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 | ||
| ) | 
usernameDataProvider
Definition at line 76 of file ilChatroomUserTest.php.
References ILIAS\Repository\user().
 Here is the call graph for this function:
      
  | 
  static | 
Definition at line 181 of file ilChatroomUserTest.php.
      
  | 
  protected | 
Definition at line 30 of file ilChatroomUserTest.php.
      
  | 
  protected | 
Definition at line 31 of file ilChatroomUserTest.php.