![]() |
FOSSology
4.7.1
Open Source License Compliance by Open Source Software
|
Unit tests for DeciderAgent::autodecideIfKotobaMatchesNoContradiction() More...


Protected Member Functions | |
| setUp () | |
| tearDown () | |
Private Member Functions | |
| makeClearingEvent (int $licenseId, int $eventType, bool $removed=false) | |
| makeScannerMatch (int $licenseId) | |
| makeItemTreeBounds () | |
Private Attributes | |
| $deciderAgent | |
| $clearingDecisionProcessor | |
| $licenseMap | |
| $assertCountBefore | |
Unit tests for DeciderAgent::autodecideIfKotobaMatchesNoContradiction()
Definition at line 41 of file DeciderAgentKotobaTest.php.
|
private |
Build a real ClearingEvent with the given license id and event type.
Definition at line 108 of file DeciderAgentKotobaTest.php.
|
private |
Build a minimal LicenseMatch with getLicenseId() returning $licenseId.
Definition at line 126 of file DeciderAgentKotobaTest.php.
| Fossology\Decider\DeciderAgentKotobaTest::testConcludesWhenAllScannerLicensesAccountedFor | ( | ) |
Definition at line 194 of file DeciderAgentKotobaTest.php.
| Fossology\Decider\DeciderAgentKotobaTest::testConcludesWhenNoScannerFindings | ( | ) |
Definition at line 260 of file DeciderAgentKotobaTest.php.
| Fossology\Decider\DeciderAgentKotobaTest::testReturnsFalseWhenBulkEventPresent | ( | ) |
Definition at line 177 of file DeciderAgentKotobaTest.php.
| Fossology\Decider\DeciderAgentKotobaTest::testReturnsFalseWhenDecisionProcessorThrows | ( | ) |
Definition at line 302 of file DeciderAgentKotobaTest.php.
| Fossology\Decider\DeciderAgentKotobaTest::testReturnsFalseWhenHumanEventPresent | ( | ) |
Definition at line 161 of file DeciderAgentKotobaTest.php.
| Fossology\Decider\DeciderAgentKotobaTest::testReturnsFalseWhenMixedKotobaAndHumanEvents | ( | ) |
Definition at line 281 of file DeciderAgentKotobaTest.php.
| Fossology\Decider\DeciderAgentKotobaTest::testReturnsFalseWhenNoCurrentEvents | ( | ) |
Definition at line 147 of file DeciderAgentKotobaTest.php.
| Fossology\Decider\DeciderAgentKotobaTest::testReturnsFalseWhenScannerFindsUnaccountedLicense | ( | ) |
Definition at line 228 of file DeciderAgentKotobaTest.php.