![]() |
FOSSology
4.5.1
Open Source License Compliance by Open Source Software
|


Public Member Functions | |
| testPreWorkOnArgsFlpZero () | |
| Test preWorkOnArgsFlp() with empty array. More... | |
| testPreWorkOnArgsFlpId () | |
| Test preWorkOnArgsFlp() with args containing only key1. More... | |
| testPreWorkOnArgsFlpRealWork () | |
| Test preWorkOnArgsFlp() with actual format. More... | |
| testAddPrefixOnDemandNoChecker () | |
| Test addPrefixOnDemand() with no check. More... | |
Protected Member Functions | |
| setUp () | |
| Setup test env. More... | |
| tearDown () | |
| Tear down test env. More... | |
Private Attributes | |
| $assertCountBefore | |
| Assertion count. | |
Definition at line 22 of file spdxutilTest.php.
|
protected |
Setup test env.
Definition at line 30 of file spdxutilTest.php.
|
protected |
Tear down test env.
Definition at line 39 of file spdxutilTest.php.
| Fossology\Spdx\spdxutilTest::testAddPrefixOnDemandNoChecker | ( | ) |
Test addPrefixOnDemand() with no check.
Definition at line 91 of file spdxutilTest.php.
| Fossology\Spdx\spdxutilTest::testPreWorkOnArgsFlpId | ( | ) |
Test preWorkOnArgsFlp() with args containing only key1.
Definition at line 64 of file spdxutilTest.php.
| Fossology\Spdx\spdxutilTest::testPreWorkOnArgsFlpRealWork | ( | ) |
Test preWorkOnArgsFlp() with actual format.
--key2= as a valueDefinition at line 77 of file spdxutilTest.php.
| Fossology\Spdx\spdxutilTest::testPreWorkOnArgsFlpZero | ( | ) |
Test preWorkOnArgsFlp() with empty array.
Definition at line 51 of file spdxutilTest.php.