![]() |
FOSSology
4.5.1
Open Source License Compliance by Open Source Software
|
Tests for Conf model. More...
Public Member Functions | |
testConstructor () | |
testGetArray () | |
testGetJson () | |
testGetKeyColumnName () | |
testDoesKeyExistValidKeys () | |
testDoesKeyExistInvalidKeys () | |
Protected Member Functions | |
setUp () | |
Setup test data. | |
Private Attributes | |
$sampleData | |
Tests for Conf model.
Definition at line 22 of file ConfTest.php.
Fossology\UI\Api\Test\Models\ConfTest::testConstructor | ( | ) |
Tests that the Conf constructor initializes an instance correctly.
Definition at line 65 of file ConfTest.php.
Fossology\UI\Api\Test\Models\ConfTest::testDoesKeyExistInvalidKeys | ( | ) |
Definition at line 153 of file ConfTest.php.
Fossology\UI\Api\Test\Models\ConfTest::testDoesKeyExistValidKeys | ( | ) |
Definition at line 139 of file ConfTest.php.
Fossology\UI\Api\Test\Models\ConfTest::testGetArray | ( | ) |
Definition at line 75 of file ConfTest.php.
Fossology\UI\Api\Test\Models\ConfTest::testGetJson | ( | ) |
Definition at line 109 of file ConfTest.php.
Fossology\UI\Api\Test\Models\ConfTest::testGetKeyColumnName | ( | ) |
Definition at line 125 of file ConfTest.php.