|
| testGetNextItemWithEmptyArchive () |
|
| testGetPreviousItemWithEmptyArchive () |
|
| testGetNextItemWithSingleFile () |
|
| testGetPreviousItemWithSingleFile () |
|
| testGetNextItemWithNestedFile () |
|
| testGetPreviousItemWithNestedFile () |
|
| testGetNextItemWithFileAfterEmptyDirectory () |
|
| testGetPreviousItemWithFileAfterEmptyDirectory () |
|
| testGetNextItemWithMultipleFiles () |
|
| testGetPreviousItemWithMultipleFiles () |
|
| testGetNextItemUsesRecursiveAndRegularSearchAsFallback () |
|
| testGetPrevItemUsesRecursiveAndRegularSearchAsFallback () |
|
| testGetNextItemUsesRecursiveOnly () |
|
| testGetPrevItemUsesRecursiveOnly () |
|
| testGetNextFull () |
|
| testGetPreviousFull () |
|
| testCountNonArtifactDescendants () |
|
| testGetUploadParent () |
|
| testGetUploadParentFromBrokenTree () |
|
| testGetUploadParentFromNonExistingTree () |
|
| testGetUploadHashes () |
|
| testGetFatItem () |
|
| testGetAssigneeDate () |
|
| testGetClosedDate () |
|
Definition at line 20 of file UploadDaoTest.php.
◆ getSubentriesForFileAfterEmptyDirectory()
Fossology\Lib\Dao\UploadDaoTest::getSubentriesForFileAfterEmptyDirectory |
( |
| ) |
|
|
protected |
- Returns
- array
docs <-dir docs/txt <-dir README <-file
Definition at line 218 of file UploadDaoTest.php.
◆ getSubentriesForMultipleFiles()
Fossology\Lib\Dao\UploadDaoTest::getSubentriesForMultipleFiles |
( |
| ) |
|
|
protected |
◆ getSubentriesForNestedFile()
Fossology\Lib\Dao\UploadDaoTest::getSubentriesForNestedFile |
( |
| ) |
|
|
protected |
◆ getSubentriesForSingleFile()
Fossology\Lib\Dao\UploadDaoTest::getSubentriesForSingleFile |
( |
| ) |
|
|
protected |
◆ prepareModularTable()
Fossology\Lib\Dao\UploadDaoTest::prepareModularTable |
( |
|
$subentries = array() | ) |
|
|
protected |
◆ prepareUploadTree()
Fossology\Lib\Dao\UploadDaoTest::prepareUploadTree |
( |
|
$uploadTreeArray = array() | ) |
|
|
protected |
◆ testGetAssigneeDate()
Fossology\Lib\Dao\UploadDaoTest::testGetAssigneeDate |
( |
| ) |
|
- Test:
Test if getAssigneeDate() is giving assigning date, not closing date.
- Create an upload event with type ASSIGN_EVENT and one timestamp.
- Create another upload event with different type and different timestamp.
- Test if timestamp matches.
- Test if event does not exist, return value is null.
Definition at line 484 of file UploadDaoTest.php.
◆ testGetClosedDate()
Fossology\Lib\Dao\UploadDaoTest::testGetClosedDate |
( |
| ) |
|
- Test:
Test if getClosedDate() is giving close date, not other date.
- Create an upload event with type UPLOAD_CLOSED_EVENT and one timestamp.
- Create another upload event with different type and different timestamp.
- Test if timestamp matches.
- Test if event does not exist, return value is null.
Definition at line 513 of file UploadDaoTest.php.
◆ $entries
Fossology\Lib\Dao\UploadDaoTest::$entries |
|
private |
Initial value:= array(
3653, 3668, 3683, 3685, 3671, 3665, 3676, 3675, 3681, 3677, 3673, 3658, 3660, 3686,
)
Filestructure ( NoLic files are removed) NR uploadtree_pk A 1 3653 B_NoLic C 2 3668 D D/E 3 3683 D/F_NoLic D/G 4 3685 H H/I_NoLic H/J 5 3671 H/K_NoLic L L/L1 L/L1/L1a_NoLic L/L2 L/L2/L2a 6 3665 L/L3 L/L3/L3a_NoLic M M/M1 N N/N1 7 3676 N/N2 N/N2/N2a_NoLic N/N3 8 3675 N/N4 N/N4/N4a 9 3681 N/N5 10 3677 O 11 3673 P P/P1_NoLic P/P2 P/P2/P2a 12 3658 P/P3 13 3660 R 14 3686
Definition at line 287 of file UploadDaoTest.php.
The documentation for this class was generated from the following file: