![]() |
FOSSology
4.7.1
Open Source License Compliance by Open Source Software
|
Test for class DeciderAgentPlugin, covering the malformed-request guards on scheduleAgent(), addScannerDependencies() and getLicenseTypeConf() (deciderRules/agents/licenseTypeConc arriving as a scalar instead of an array throws a TypeError before the fix). More...


Protected Member Functions | |
| setUp () | |
Private Attributes | |
| $plugin | |
Test for class DeciderAgentPlugin, covering the malformed-request guards on scheduleAgent(), addScannerDependencies() and getLicenseTypeConf() (deciderRules/agents/licenseTypeConc arriving as a scalar instead of an array throws a TypeError before the fix).
Definition at line 23 of file DeciderAgentPluginTest.php.
| DeciderAgentPluginTest::testAddScannerDependenciesChecksFlagSurvivesScalarAgents | ( | ) |
Definition at line 139 of file DeciderAgentPluginTest.php.
| DeciderAgentPluginTest::testAddScannerDependenciesStillAddsFromWellFormedArray | ( | ) |
Definition at line 121 of file DeciderAgentPluginTest.php.
| DeciderAgentPluginTest::testAddScannerDependenciesToleratesScalarAgents | ( | ) |
Definition at line 104 of file DeciderAgentPluginTest.php.
| DeciderAgentPluginTest::testGetLicenseTypeConfRejectsUnknownType | ( | ) |
Definition at line 195 of file DeciderAgentPluginTest.php.
| DeciderAgentPluginTest::testGetLicenseTypeConfStillReturnsValidType | ( | ) |
Definition at line 176 of file DeciderAgentPluginTest.php.
| DeciderAgentPluginTest::testGetLicenseTypeConfToleratesArrayParam | ( | ) |
Definition at line 157 of file DeciderAgentPluginTest.php.
| DeciderAgentPluginTest::testScheduleAgentStillReturnsZeroForEmptyArrays | ( | ) |
Definition at line 88 of file DeciderAgentPluginTest.php.
| DeciderAgentPluginTest::testScheduleAgentToleratesBothScalarParams | ( | ) |
Definition at line 72 of file DeciderAgentPluginTest.php.
| DeciderAgentPluginTest::testScheduleAgentToleratesScalarAgents | ( | ) |
Definition at line 57 of file DeciderAgentPluginTest.php.
| DeciderAgentPluginTest::testScheduleAgentToleratesScalarDeciderRules | ( | ) |
Definition at line 42 of file DeciderAgentPluginTest.php.