![]() |
FOSSology
4.6.0-rc1
Open Source License Compliance by Open Source Software
|
Tests for common CLI operations. More...


Public Member Functions | |
| testHelp () | |
| Test for nomos help message. More... | |
Protected Member Functions | |
| 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 | |
| $testDb | |
| $testInstaller | |
| $agentDir | |
Tests for common CLI operations.
Definition at line 22 of file CommonCliTest.php.
|
protected |
Run nomos using the arguments passed.
| string | $args | CLI arguments for the nomos agent |
| array | $files | File paths to scan by nomos |
Definition at line 92 of file CommonCliTest.php.
|
protected |
Setup the test cases and initialize the objects.
Reimplemented in OneShotgplv21Test, and NomosFunTest.
Definition at line 47 of file CommonCliTest.php.
|
protected |
Destruct the objects initialized during setUp()
Definition at line 75 of file CommonCliTest.php.
| CommonCliTest::testHelp | ( | ) |
Test for nomos help message.
-h to get help messageDefinition at line 135 of file CommonCliTest.php.