![]() |
FOSSology
4.5.1
Open Source License Compliance by Open Source Software
|
Tests for JobQueue model. More...
Public Member Functions | |
testConstructor () | |
testGetJobQueueId () | |
testGetJobQueueType () | |
testGetStartTime () | |
testGetEndTime () | |
testGetStatus () | |
testGetItemsProcessed () | |
testGetLog () | |
testGetDependencies () | |
testGetItemsPerSec () | |
testIsCanDoActions () | |
testIsInProgress () | |
testIsReady () | |
testGetDownload () | |
testSetJobQueueId () | |
testSetJobQueueType () | |
testSetStartTime () | |
testSetEndTime () | |
testSetStatus () | |
testSetItemsProcessed () | |
testSetItemsPerSec () | |
testSetCanDoActions () | |
testSetIsInProgress () | |
testSetIsReady () | |
testSetLog () | |
testSetDownload () | |
testSetEmptyDependencies () | |
testGetJSON () | |
testGetArray () | |
Protected Member Functions | |
setUp () | |
Private Attributes | |
$jobQueue | |
Tests for JobQueue model.
Definition at line 21 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testConstructor | ( | ) |
Tests that the JobQueue constructor initializes an instance correctly.
Definition at line 51 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testGetArray | ( | ) |
Definition at line 325 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testGetDependencies | ( | ) |
Definition at line 125 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testGetDownload | ( | ) |
Definition at line 170 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testGetEndTime | ( | ) |
Definition at line 89 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testGetItemsPerSec | ( | ) |
Definition at line 134 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testGetItemsProcessed | ( | ) |
Definition at line 107 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testGetJobQueueId | ( | ) |
Definition at line 62 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testGetJobQueueType | ( | ) |
Definition at line 71 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testGetJSON | ( | ) |
Definition at line 313 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testGetLog | ( | ) |
Definition at line 116 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testGetStartTime | ( | ) |
Definition at line 80 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testGetStatus | ( | ) |
Definition at line 98 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testIsCanDoActions | ( | ) |
Definition at line 143 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testIsInProgress | ( | ) |
Definition at line 152 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testIsReady | ( | ) |
Definition at line 161 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testSetCanDoActions | ( | ) |
Definition at line 251 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testSetDownload | ( | ) |
Definition at line 291 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testSetEmptyDependencies | ( | ) |
Definition at line 301 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testSetEndTime | ( | ) |
Definition at line 211 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testSetIsInProgress | ( | ) |
Definition at line 261 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testSetIsReady | ( | ) |
Definition at line 271 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testSetItemsPerSec | ( | ) |
Definition at line 241 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testSetItemsProcessed | ( | ) |
Definition at line 231 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testSetJobQueueId | ( | ) |
Definition at line 181 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testSetJobQueueType | ( | ) |
Definition at line 191 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testSetLog | ( | ) |
Definition at line 281 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testSetStartTime | ( | ) |
Definition at line 201 of file JobQueueTest.php.
Fossology\UI\Api\Test\Models\JobQueueTest::testSetStatus | ( | ) |
Definition at line 221 of file JobQueueTest.php.