![]() |
FOSSology
4.6.0-rc1
Open Source License Compliance by Open Source Software
|
Test cases for interaction between decider and scheduler. 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) | |
| runnerDeciderScanWithNoEventsAndNomosContainedInMonkShouldMakeADecision ($runner) | |
| runnerDeciderScanWithNoEventsAndNomosNotContainedInMonkShouldNotMakeADecision ($runner) | |
| runnerDeciderScanWithNoEventsAndNomosContainedInOneOfTwoEqualsMonkShouldMakeADecision ($runner) | |
| runnerDeciderScanWithNoEventsAndNomosContainedInMonkWithMappedLicenseShouldMakeADecision ($runner) | |
| runnerDeciderScanWithNoEventsAndNomosContainedInMonkWithButWithOtherAgentMatchShouldNotMakeADecision ($runner) | |
| runnerDeciderScanWithNoEventsAndNomosContainedInMonkWithButWithOtherAgentMatchForSameLicenseShouldMakeADecision ($runner) | |
| runnerBulkReuseShouldScheduleMonkBulk ($runner) | |
| runnerShouldMakeDecisionAsWipIfUnhandledScannerEvent ($runner) | |
| runnerDeciderRealShouldMakeNoDecisionForIrrelevantFiles ($runner) | |
Test cases for interaction between decider and scheduler.
Definition at line 42 of file schedulerTest.php.
|
private |
Get the heart count value from the agent output.
| string | $output | Output from agent |
Definition at line 182 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderMockScanWithNoEventsAndNomosContainedInMonkShouldMakeADecision | ( | ) |
@group Functional
Definition at line 239 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderMockScanWithNoEventsAndNomosContainedInMonkWithButWithOtherAgentMatchForSameLicenseShouldMakeADecision | ( | ) |
@group Functional
Definition at line 504 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderMockScanWithNoEventsAndNomosContainedInMonkWithButWithOtherAgentMatchShouldNotMakeADecision | ( | ) |
@group Functional
Definition at line 445 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderMockScanWithNoEventsAndNomosContainedInMonkWithMappedLicenseShouldMakeADecision | ( | ) |
@group Functional
Definition at line 386 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderMockScanWithNoEventsAndNomosContainedInOneOfTwoEqualsMonkShouldMakeADecision | ( | ) |
@group Functional
Definition at line 334 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderMockScanWithNoEventsAndNomosNotContainedInMonkShouldNotMakeADecision | ( | ) |
@group Functional
Definition at line 286 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderMockScanWithNoEventsAndOnlyNomosShouldNotMakeADecision | ( | ) |
@group Functional
Definition at line 193 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealBulkReuseShouldScheduleMonkBulk | ( | ) |
@group Functional
Definition at line 565 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealScanWithNoEventsAndNomosContainedInMonkShouldMakeADecision | ( | ) |
@group Functional
Definition at line 245 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealScanWithNoEventsAndNomosContainedInMonkWithButWithOtherAgentMatchForSameLicenseShouldMakeADecision | ( | ) |
@group Functional
Definition at line 510 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealScanWithNoEventsAndNomosContainedInMonkWithButWithOtherAgentMatchShouldNotMakeADecision | ( | ) |
@group Functional
Definition at line 451 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealScanWithNoEventsAndNomosContainedInMonkWithMappedLicenseShouldMakeADecision | ( | ) |
@group Functional
Definition at line 392 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealScanWithNoEventsAndNomosContainedInOneOfTwoEqualsMonkShouldMakeADecision | ( | ) |
@group Functional
Definition at line 340 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealScanWithNoEventsAndNomosNotContainedInMonkShouldNotMakeADecision | ( | ) |
@group Functional
Definition at line 292 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealScanWithNoEventsAndOnlyNomosShouldNotMakeADecision | ( | ) |
@group Functional
Definition at line 199 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealShouldMakeDecisionAsWipIfUnhandledScannerEvent | ( | ) |
@group Functional
Definition at line 611 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealShouldMakeNoDecisionForIrrelevantFiles | ( | ) |
@group xFunctional
Definition at line 655 of file schedulerTest.php.