FOSSology
4.4.0
Open Source License Compliance by Open Source Software
|
Tests for ScanOption model. More...
Public Member Functions | |
setUp () | |
Setup test objects. More... | |
testScheduleAgents () | |
Static Public Attributes | |
static | $functions |
Private Member Functions | |
prepareRequest ($request, $reuserOpts, $deciderOpts) | |
Private Attributes | |
$agentAdderMock | |
$userDao | |
Tests for ScanOption model.
Definition at line 28 of file ScanOptionsTest.php.
|
private |
Prepare request for scan
Request | $request | |
array | $reuserOpts | |
array | $deciderOpts |
Definition at line 81 of file ScanOptionsTest.php.
Fossology\UI\Api\Test\Models\ScanOptionsTest::setUp | ( | ) |
Setup test objects.
Definition at line 52 of file ScanOptionsTest.php.
Fossology\UI\Api\Test\Models\ScanOptionsTest::testScheduleAgents | ( | ) |
Definition at line 105 of file ScanOptionsTest.php.
|
private |
Mock object of overloaded AgentAdder class
Definition at line 40 of file ScanOptionsTest.php.
|
static |
Public function mock
Definition at line 34 of file ScanOptionsTest.php.
|
private |
UserDao mock
Definition at line 46 of file ScanOptionsTest.php.