FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Unit tests for UserInfo class. More...
Public Member Functions | |
testGetUserId () | |
Test for UserInfo::getUserId() More... | |
testGetGroupId () | |
Test for UserInfo::getGroupId() More... | |
Protected Member Functions | |
setUp () | |
One time setup for test. More... | |
Private Attributes | |
$userInfo | |
Unit tests for UserInfo class.
Definition at line 14 of file UserInfoTest.php.
|
protected |
One time setup for test.
Definition at line 25 of file UserInfoTest.php.
Fossology\Lib\Application\UserInfoTest::testGetGroupId | ( | ) |
Test for UserInfo::getGroupId()
Definition at line 51 of file UserInfoTest.php.
Fossology\Lib\Application\UserInfoTest::testGetUserId | ( | ) |
Test for UserInfo::getUserId()
Definition at line 36 of file UserInfoTest.php.
|
private |
UserInfo class object for testing
Definition at line 19 of file UserInfoTest.php.