FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Perform a one-shot license analysis on multiple files. More...
Public Member Functions | |
testOneShotmultiFile () | |
Run NOMOS on multiple files at once. More... | |
Public Member Functions inherited from CommonCliTest | |
testHelp () | |
Test for nomos help message. More... | |
Public Attributes | |
$files | |
$Results | |
Additional Inherited Members | |
Protected Member Functions inherited from CommonCliTest | |
setUp () | |
Setup the test cases and initialize the objects. More... | |
tearDown () | |
Destruct the objects initialized during setUp() More... | |
runNomos ($args="", $files=array()) | |
Run nomos using the arguments passed. More... | |
Protected Attributes inherited from CommonCliTest | |
$testDb | |
$testInstaller | |
$agentDir | |
Perform a one-shot license analysis on multiple files.
Definition at line 21 of file OneShot-multiFile.php.
OneShotMultiFileTest::testOneShotmultiFile | ( | ) |
Run NOMOS on multiple files at once.
Definition at line 88 of file OneShot-multiFile.php.
string OneShotMultiFileTest::$files |
Location of test files
Definition at line 27 of file OneShot-multiFile.php.
array OneShotMultiFileTest::$Results |
Mapping of files => expected result
Definition at line 32 of file OneShot-multiFile.php.