|
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/GameClientDiscModel.h"#include "test/TestUtils.h"#include "utils/URIUtils.h"#include <gtest/gtest.h>Classes | |
| class | TestGameClientDiscModel |
Functions | |
| TEST_F (TestGameClientDiscModel, AddFirstDiscAutoSelectsFirstIndex) | |
| TEST_F (TestGameClientDiscModel, RemovedSlotsAreNotSelectable) | |
| TEST_F (TestGameClientDiscModel, MarkRemovedSelectedDiscClearsSelection) | |
| TEST_F (TestGameClientDiscModel, EraseBeforeSelectedDiscShiftsSelectedIndex) | |
| TEST_F (TestGameClientDiscModel, LabelFallsBackFromCachedLabelToBasename) | |
| TEST_F (TestGameClientDiscModel, DeriveBasenameHandlesUnixAndWindowsPaths) | |
| TEST_F (TestGameClientDiscModel, SavestateResolvesHistoricalOrderAndSelectionByFilename) | |
| TEST_F (TestGameClientDiscModel, SavestateNeverSubstitutesReusedSlotOrAmbiguousFilename) | |
| TEST_F (TestGameClientDiscModel, SavestateNoDiscAndTrayAreIndependent) | |
| TEST_F (TestGameClientDiscModel, SavestateRejectsInvalidSlotsAndSelection) | |
| TEST_F (TestGameClientDiscModel, SnapshotEqualityIncludesAllMachineDiscState) | |
| TEST_F (TestGameClientDiscModel, RemovedDiscStillResolvesItsHistoricalSlot) | |
| TEST_F (TestGameClientDiscModel, ErasingEverySlotKeepsHistoricalMedia) | |
| TEST_F (TestGameClientDiscModel, ReplacingRemovedSlotKeepsPreviousMediaIdentity) | |
| TEST_F (TestGameClientDiscModel, ReplacingTheListWithEmptyKeepsHistoricalMedia) | |
| TEST_F (TestGameClientDiscModel, ResolvingEmptyStateKeepsHistoricalMedia) | |
| TEST_F (TestGameClientDiscModel, DeletedCurrentDiscCannotResolveAndLeavesOutputUnchanged) | |
| TEST_F (TestGameClientDiscModel, RemovedMissingCandidateDoesNotDisambiguateSavedFilename) | |
| TEST_F (TestGameClientDiscModel, HistoricalMediaDoesNotChangeActiveModelEquality) | |
| TEST_F (TestGameClientDiscModel, ClearForgetsPreviousSessionMedia) | |
| TEST_F (TestGameClientDiscModel, IndexedReplacementReusesSlotAndPreservesOtherSelection) | |
| TEST_F (TestGameClientDiscModel, IndexedReplacementPreservesNoDiscAndSelectedSlot) | |
| TEST_F (TestGameClientDiscModel, InvalidIndexedReplacementLeavesModelAndKnownPathsUnchanged) | |
| TEST_F (TestGameClientDiscModel, RememberingMediaDoesNotAddSlotsOrDuplicatePaths) | |
| TEST_F | ( | TestGameClientDiscModel | , |
| AddFirstDiscAutoSelectsFirstIndex | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| ClearForgetsPreviousSessionMedia | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| DeletedCurrentDiscCannotResolveAndLeavesOutputUnchanged | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| DeriveBasenameHandlesUnixAndWindowsPaths | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| EraseBeforeSelectedDiscShiftsSelectedIndex | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| ErasingEverySlotKeepsHistoricalMedia | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| HistoricalMediaDoesNotChangeActiveModelEquality | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| IndexedReplacementPreservesNoDiscAndSelectedSlot | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| IndexedReplacementReusesSlotAndPreservesOtherSelection | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| InvalidIndexedReplacementLeavesModelAndKnownPathsUnchanged | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| LabelFallsBackFromCachedLabelToBasename | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| MarkRemovedSelectedDiscClearsSelection | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| RememberingMediaDoesNotAddSlotsOrDuplicatePaths | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| RemovedDiscStillResolvesItsHistoricalSlot | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| RemovedMissingCandidateDoesNotDisambiguateSavedFilename | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| RemovedSlotsAreNotSelectable | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| ReplacingRemovedSlotKeepsPreviousMediaIdentity | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| ReplacingTheListWithEmptyKeepsHistoricalMedia | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| ResolvingEmptyStateKeepsHistoricalMedia | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| SavestateNeverSubstitutesReusedSlotOrAmbiguousFilename | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| SavestateNoDiscAndTrayAreIndependent | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| SavestateRejectsInvalidSlotsAndSelection | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| SavestateResolvesHistoricalOrderAndSelectionByFilename | ) |
| TEST_F | ( | TestGameClientDiscModel | , |
| SnapshotEqualityIncludesAllMachineDiscState | ) |