FOSSology
4.4.0
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 spdx2utilTest.php.
|
protected |
Setup test env.
Definition at line 30 of file spdx2utilTest.php.
|
protected |
Tear down test env.
Definition at line 39 of file spdx2utilTest.php.
Fossology\SpdxTwo\spdx2utilTest::testAddPrefixOnDemandNoChecker | ( | ) |
Test addPrefixOnDemand() with no check.
Definition at line 91 of file spdx2utilTest.php.
Fossology\SpdxTwo\spdx2utilTest::testPreWorkOnArgsFlpId | ( | ) |
Test preWorkOnArgsFlp() with args containing only key1.
Definition at line 64 of file spdx2utilTest.php.
Fossology\SpdxTwo\spdx2utilTest::testPreWorkOnArgsFlpRealWork | ( | ) |
Test preWorkOnArgsFlp() with actual format.
--key2=
as a valueDefinition at line 77 of file spdx2utilTest.php.
Fossology\SpdxTwo\spdx2utilTest::testPreWorkOnArgsFlpZero | ( | ) |
Test preWorkOnArgsFlp() with empty array.
Definition at line 51 of file spdx2utilTest.php.