FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Test interactions between scheduler and agent. More...
Protected Member Functions | |
setUp () | |
Setup the objects, database and repository. | |
tearDown () | |
Destroy objects, database and repository. | |
Private Member Functions | |
setUpRepo () | |
Setup test repository. | |
rmRepo () | |
Destroy test repository. | |
setUpTables () | |
Create test tables required by agent. | |
getHeartCount ($output) | |
Get the heart count value from the agent output. More... | |
runnerDeciderScanWithNoEventsAndOnlyNomosShouldNotMakeADecision ($runner) | |
run decider with no events | |
Private Attributes | |
$testDb | |
$dbManager | |
$testInstaller | |
$licenseDao | |
$clearingDao | |
$clearingDecisionProcessor | |
$agentLicenseEventProcessor | |
$uploadDao | |
$uploadPermDao | |
$highlightDao | |
$runnerCli | |
$runnerMock | |
Test interactions between scheduler and agent.
Definition at line 52 of file schedulerTest.php.
|
private |
Get the heart count value from the agent output.
string | $output | Output from agent |
Definition at line 161 of file schedulerTest.php.
Fossology\DeciderJob\Test\SchedulerTest::testDeciderMockedScanWithForceDecision | ( | ) |
Functional
Definition at line 390 of file schedulerTest.php.
Fossology\DeciderJob\Test\SchedulerTest::testDeciderMockedScanWithTwoEventAndNoAgentShouldMakeADecision | ( | ) |
Functional
Definition at line 180 of file schedulerTest.php.
Fossology\DeciderJob\Test\SchedulerTest::testDeciderMockScanWithNoEventsAndOnlyNomosShouldNotMakeADecision | ( | ) |
Functional
Definition at line 250 of file schedulerTest.php.
Fossology\DeciderJob\Test\SchedulerTest::testDeciderRealScanWithForceDecision | ( | ) |
Functional
Definition at line 404 of file schedulerTest.php.
Fossology\DeciderJob\Test\SchedulerTest::testDeciderRealScanWithNoEventsAndOnlyNomosShouldNotMakeADecision | ( | ) |
Functional
Definition at line 262 of file schedulerTest.php.
Fossology\DeciderJob\Test\SchedulerTest::testDeciderRealScanWithTwoEventAndNoAgentShouldMakeADecision | ( | ) |
Functional
Definition at line 193 of file schedulerTest.php.
Fossology\DeciderJob\Test\SchedulerTest::testDeciderScanWithTwoEventAndNoAgentShouldMakeADecision | ( | ) |
Definition at line 306 of file schedulerTest.php.