FOSSology
4.4.0
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 41 of file schedulerTest.php.
|
private |
Get the heart count value from the agent output.
string | $output | Output from agent |
Definition at line 155 of file schedulerTest.php.
Fossology\DeciderJob\Test\SchedulerTest::testDeciderMockedScanWithForceDecision | ( | ) |
@group Functional
Definition at line 384 of file schedulerTest.php.
Fossology\DeciderJob\Test\SchedulerTest::testDeciderMockedScanWithTwoEventAndNoAgentShouldMakeADecision | ( | ) |
@group Functional
Definition at line 174 of file schedulerTest.php.
Fossology\DeciderJob\Test\SchedulerTest::testDeciderMockScanWithNoEventsAndOnlyNomosShouldNotMakeADecision | ( | ) |
@group Functional
Definition at line 244 of file schedulerTest.php.
Fossology\DeciderJob\Test\SchedulerTest::testDeciderRealScanWithForceDecision | ( | ) |
@group Functional
Definition at line 398 of file schedulerTest.php.
Fossology\DeciderJob\Test\SchedulerTest::testDeciderRealScanWithNoEventsAndOnlyNomosShouldNotMakeADecision | ( | ) |
@group Functional
Definition at line 256 of file schedulerTest.php.
Fossology\DeciderJob\Test\SchedulerTest::testDeciderRealScanWithTwoEventAndNoAgentShouldMakeADecision | ( | ) |
@group Functional
Definition at line 187 of file schedulerTest.php.
Fossology\DeciderJob\Test\SchedulerTest::testDeciderScanWithTwoEventAndNoAgentShouldMakeADecision | ( | ) |
Definition at line 300 of file schedulerTest.php.