![]() |
FOSSology
3.2.0rc1
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 51 of file schedulerTest.php.
|
private |
Get the heart count value from the agent output.
| string | $output | Output from agent |
Definition at line 175 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderMockScanWithNoEventsAndNomosContainedInMonkShouldMakeADecision | ( | ) |
Functional
Definition at line 232 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderMockScanWithNoEventsAndNomosContainedInMonkWithButWithOtherAgentMatchForSameLicenseShouldMakeADecision | ( | ) |
Functional
Definition at line 497 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderMockScanWithNoEventsAndNomosContainedInMonkWithButWithOtherAgentMatchShouldNotMakeADecision | ( | ) |
Functional
Definition at line 438 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderMockScanWithNoEventsAndNomosContainedInMonkWithMappedLicenseShouldMakeADecision | ( | ) |
Functional
Definition at line 379 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderMockScanWithNoEventsAndNomosContainedInOneOfTwoEqualsMonkShouldMakeADecision | ( | ) |
Functional
Definition at line 327 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderMockScanWithNoEventsAndNomosNotContainedInMonkShouldNotMakeADecision | ( | ) |
Functional
Definition at line 279 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderMockScanWithNoEventsAndOnlyNomosShouldNotMakeADecision | ( | ) |
Functional
Definition at line 186 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealBulkReuseShouldScheduleMonkBulk | ( | ) |
Functional
Definition at line 558 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealScanWithNoEventsAndNomosContainedInMonkShouldMakeADecision | ( | ) |
Functional
Definition at line 238 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealScanWithNoEventsAndNomosContainedInMonkWithButWithOtherAgentMatchForSameLicenseShouldMakeADecision | ( | ) |
Functional
Definition at line 503 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealScanWithNoEventsAndNomosContainedInMonkWithButWithOtherAgentMatchShouldNotMakeADecision | ( | ) |
Functional
Definition at line 444 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealScanWithNoEventsAndNomosContainedInMonkWithMappedLicenseShouldMakeADecision | ( | ) |
Functional
Definition at line 385 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealScanWithNoEventsAndNomosContainedInOneOfTwoEqualsMonkShouldMakeADecision | ( | ) |
Functional
Definition at line 333 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealScanWithNoEventsAndNomosNotContainedInMonkShouldNotMakeADecision | ( | ) |
Functional
Definition at line 285 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealScanWithNoEventsAndOnlyNomosShouldNotMakeADecision | ( | ) |
Functional
Definition at line 192 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealShouldMakeDecisionAsWipIfUnhandledScannerEvent | ( | ) |
Functional
Definition at line 604 of file schedulerTest.php.
| Fossology\Decider\Test\SchedulerTest::testDeciderRealShouldMakeNoDecisionForIrrelevantFiles | ( | ) |
xFunctional
Definition at line 648 of file schedulerTest.php.