|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "FileItem.h"#include "FileItemList.h"#include "URL.h"#include "filesystem/DirectoryCache.h"#include "filesystem/IDirectory.h"#include <gtest/gtest.h>Classes | |
| class | TestDirectoryCache |
Functions | |
| TEST_F (TestDirectoryCache, EmptyCache) | |
| TEST_F (TestDirectoryCache, SetAndGetDirectory) | |
| TEST_F (TestDirectoryCache, CacheTypeNever) | |
| TEST_F (TestDirectoryCache, CacheTypeOnce) | |
| TEST_F (TestDirectoryCache, CacheTypeAlways) | |
| TEST_F (TestDirectoryCache, URLNormalization) | |
| TEST_F (TestDirectoryCache, URLWithOptions) | |
| TEST_F (TestDirectoryCache, ClearDirectory) | |
| TEST_F (TestDirectoryCache, ClearFile) | |
| TEST_F (TestDirectoryCache, ClearSubPathsBug) | |
| TEST_F (TestDirectoryCache, ClearSubPaths) | |
| TEST_F (TestDirectoryCache, ClearAll) | |
| TEST_F (TestDirectoryCache, AddFileSlashBug) | |
| TEST_F (TestDirectoryCache, AddFileToExistingDirectory) | |
| TEST_F (TestDirectoryCache, AddFileToNonExistentDirectory) | |
| TEST_F (TestDirectoryCache, FileExistsInCache) | |
| TEST_F (TestDirectoryCache, FileExistsNotInCache) | |
| TEST_F (TestDirectoryCache, FileExistsDirectoryPath) | |
| TEST_F (TestDirectoryCache, FileDoesntExistsDirectoryPath) | |
| TEST_F (TestDirectoryCache, FileExistsWithURLNormalization) | |
| TEST_F (TestDirectoryCache, CacheSizeLimit) | |
| TEST_F (TestDirectoryCache, CacheSizeLimitWithAlwaysCache) | |
| TEST_F (TestDirectoryCache, EmptyDirectory) | |
| TEST_F (TestDirectoryCache, MultipleSetDirectoryCalls) | |
| TEST_F (TestDirectoryCache, GetDirectoryReturnValue) | |
| TEST_F | ( | TestDirectoryCache | , |
| AddFileSlashBug | ) |
| TEST_F | ( | TestDirectoryCache | , |
| AddFileToExistingDirectory | ) |
| TEST_F | ( | TestDirectoryCache | , |
| AddFileToNonExistentDirectory | ) |
| TEST_F | ( | TestDirectoryCache | , |
| CacheSizeLimit | ) |
| TEST_F | ( | TestDirectoryCache | , |
| CacheSizeLimitWithAlwaysCache | ) |
| TEST_F | ( | TestDirectoryCache | , |
| CacheTypeAlways | ) |
| TEST_F | ( | TestDirectoryCache | , |
| CacheTypeNever | ) |
| TEST_F | ( | TestDirectoryCache | , |
| CacheTypeOnce | ) |
| TEST_F | ( | TestDirectoryCache | , |
| ClearAll | ) |
| TEST_F | ( | TestDirectoryCache | , |
| ClearDirectory | ) |
| TEST_F | ( | TestDirectoryCache | , |
| ClearFile | ) |
| TEST_F | ( | TestDirectoryCache | , |
| ClearSubPaths | ) |
| TEST_F | ( | TestDirectoryCache | , |
| ClearSubPathsBug | ) |
| TEST_F | ( | TestDirectoryCache | , |
| EmptyCache | ) |
| TEST_F | ( | TestDirectoryCache | , |
| EmptyDirectory | ) |
| TEST_F | ( | TestDirectoryCache | , |
| FileDoesntExistsDirectoryPath | ) |
| TEST_F | ( | TestDirectoryCache | , |
| FileExistsDirectoryPath | ) |
| TEST_F | ( | TestDirectoryCache | , |
| FileExistsInCache | ) |
| TEST_F | ( | TestDirectoryCache | , |
| FileExistsNotInCache | ) |
| TEST_F | ( | TestDirectoryCache | , |
| FileExistsWithURLNormalization | ) |
| TEST_F | ( | TestDirectoryCache | , |
| GetDirectoryReturnValue | ) |
| TEST_F | ( | TestDirectoryCache | , |
| MultipleSetDirectoryCalls | ) |
| TEST_F | ( | TestDirectoryCache | , |
| SetAndGetDirectory | ) |
| TEST_F | ( | TestDirectoryCache | , |
| URLNormalization | ) |
| TEST_F | ( | TestDirectoryCache | , |
| URLWithOptions | ) |