FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Test for unified report. More...
Public Member Functions | |
setUp () | |
Setup test env. | |
tearDown () | |
Tear down test env. | |
testReport () | |
Test report agent. More... | |
Private Member Functions | |
setUpRepo () | |
Setup test repo. | |
rmRepo () | |
Tear down test repo. | |
setUpTables () | |
Setup tables required by the agent. | |
getHeartCount ($output) | |
Get the heart count from agent. | |
Private Attributes | |
$userId = 2 | |
$groupId = 2 | |
$testDb | |
$dbManager | |
$testInstaller | |
$runnerCli | |
Test for unified report.
Definition at line 30 of file schedulerTest.php.
Fossology\Report\Test\SchedulerTest::testReport | ( | ) |
Test report agent.
Definition at line 142 of file schedulerTest.php.
|
private |
Db Manager object
Definition at line 48 of file schedulerTest.php.
|
private |
Group id to be used
Definition at line 39 of file schedulerTest.php.
|
private |
The CLI interface for scheduler
Definition at line 56 of file schedulerTest.php.
|
private |
Test db
Definition at line 44 of file schedulerTest.php.
|
private |
Test installer object
Definition at line 52 of file schedulerTest.php.
|
private |
User id to be used
Definition at line 35 of file schedulerTest.php.