FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Public Member Functions | |
testGetUserGroupMap () | |
testGetAdminGroupMap () | |
testGetDeletableAdminGroupMap () | |
testAddGroup () | |
testAddGroupFailIfAlreadyExists () | |
testAddGroupFailEmptyName () | |
testGetUserName () | |
testGetUserNameFail () | |
testGetGroupIdByName () | |
testAddGroupMembership () | |
Protected Member Functions | |
setUp () | |
tearDown () | |
Private Attributes | |
$testDb | |
$dbManager | |
$logger | |
$userDao | |
$assertCountBefore | |
Definition at line 26 of file UserDaoTest.php.
Fossology\Lib\Dao\UserDaoTest::testAddGroupFailEmptyName | ( | ) |
Definition at line 119 of file UserDaoTest.php.
Fossology\Lib\Dao\UserDaoTest::testAddGroupFailIfAlreadyExists | ( | ) |
Definition at line 109 of file UserDaoTest.php.
Fossology\Lib\Dao\UserDaoTest::testGetUserNameFail | ( | ) |
unknown user with id=101
Definition at line 140 of file UserDaoTest.php.