|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "filesystem/Directory.h"#include "filesystem/File.h"#include "games/addons/disc/GameClientDiscM3U.h"#include "games/addons/disc/GameClientDiscModel.h"#include "utils/FileUtils.h"#include "utils/StringUtils.h"#include "utils/URIUtils.h"#include <gtest/gtest.h>Functions | |
| TEST (TestGameClientDiscM3U, SaveWritesM3UWithTwoDiscs) | |
| TEST (TestGameClientDiscM3U, SaveOmitsRemovedSlotsFromM3U) | |
| TEST (TestGameClientDiscM3U, SaveNormalizesBinToCueInM3UWhenCueExists) | |
| TEST (TestGameClientDiscM3U, LoadReadsDiscsFromSuppliedPlaylistPath) | |
| TEST (TestGameClientDiscM3U, LoadResolvesRelativeEntriesAgainstPlaylistDirectory) | |
| TEST (TestGameClientDiscM3U, LoadPreservesAbsoluteEntries) | |
| TEST (TestGameClientDiscM3U, LoadProducesStableAbsolutePathsForRestore) | |
| TEST (TestGameClientDiscM3U, LoadIgnoresEmptyAndCommentLinesInSuppliedPlaylist) | |
| TEST (TestGameClientDiscM3U, LoadStartupSeedingUsesRealPlaylistPathNotPersistedStatePath) | |
| TEST (TestGameClientDiscM3U, LoadMissingPlaylistIsNonErrorAndLeavesEmptyModel) | |
| TEST (TestGameClientDiscM3U, GetM3UPathUsesPerGameDirectoryAndExtensionlessBaseName) | |
| TEST (TestGameClientDiscM3U, SaveCreatesPerGameStateFile) | |
| TEST | ( | TestGameClientDiscM3U | , |
| GetM3UPathUsesPerGameDirectoryAndExtensionlessBaseName | ) |
| TEST | ( | TestGameClientDiscM3U | , |
| LoadIgnoresEmptyAndCommentLinesInSuppliedPlaylist | ) |
| TEST | ( | TestGameClientDiscM3U | , |
| LoadMissingPlaylistIsNonErrorAndLeavesEmptyModel | ) |
| TEST | ( | TestGameClientDiscM3U | , |
| LoadPreservesAbsoluteEntries | ) |
| TEST | ( | TestGameClientDiscM3U | , |
| LoadProducesStableAbsolutePathsForRestore | ) |
| TEST | ( | TestGameClientDiscM3U | , |
| LoadReadsDiscsFromSuppliedPlaylistPath | ) |
| TEST | ( | TestGameClientDiscM3U | , |
| LoadResolvesRelativeEntriesAgainstPlaylistDirectory | ) |
| TEST | ( | TestGameClientDiscM3U | , |
| LoadStartupSeedingUsesRealPlaylistPathNotPersistedStatePath | ) |
| TEST | ( | TestGameClientDiscM3U | , |
| SaveCreatesPerGameStateFile | ) |
| TEST | ( | TestGameClientDiscM3U | , |
| SaveNormalizesBinToCueInM3UWhenCueExists | ) |
| TEST | ( | TestGameClientDiscM3U | , |
| SaveOmitsRemovedSlotsFromM3U | ) |
| TEST | ( | TestGameClientDiscM3U | , |
| SaveWritesM3UWithTwoDiscs | ) |