FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Test the ununpack agent cli parameters. (Exceptions) More...
Public Member Functions | |
setUp () | |
Setup test repo and db. More... | |
tearDown () | |
Teardown test repo and db. More... | |
testValidParam () | |
Pass an invalid flag to agent which should not run. More... | |
testNullFile () | |
Passing null file to agent. More... | |
Private Attributes | |
$agentDir | |
$testDb | |
$testInstaller | |
Test the ununpack agent cli parameters. (Exceptions)
Definition at line 25 of file cliParamsTest4UnunpackException.php.
cliParamsTest4UnunpackExcption::setUp | ( | ) |
Setup test repo and db.
Definition at line 45 of file cliParamsTest4UnunpackException.php.
cliParamsTest4UnunpackExcption::tearDown | ( | ) |
Teardown test repo and db.
Definition at line 65 of file cliParamsTest4UnunpackException.php.
cliParamsTest4UnunpackExcption::testNullFile | ( | ) |
Passing null file to agent.
Definition at line 101 of file cliParamsTest4UnunpackException.php.
cliParamsTest4UnunpackExcption::testValidParam | ( | ) |
Pass an invalid flag to agent which should not run.
Definition at line 80 of file cliParamsTest4UnunpackException.php.
|
private |
Location of agent directory
Definition at line 30 of file cliParamsTest4UnunpackException.php.
|
private |
Test db
Definition at line 35 of file cliParamsTest4UnunpackException.php.
|
private |
TestInstaller object
Definition at line 39 of file cliParamsTest4UnunpackException.php.