|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "addons/Repository.h"#include "addons/addoninfo/AddonInfoBuilder.h"#include "filesystem/File.h"#include "games/addons/GameClient.h"#include "games/addons/disc/GameClientDiscModel.h"#include "games/addons/disc/GameClientDiscs.h"#include "test/TestUtils.h"#include "utils/XBMCTinyXML2.h"#include <cstdlib>#include <cstring>#include <memory>#include <string>#include <vector>#include <gtest/gtest.h>Classes | |
| class | TestGameClientDiscMutations |
Functions | |
| TEST_F (TestGameClientDiscMutations, ReusedRemovedSlotKeepsIdentityWithoutCoreMetadata) | |
| TEST_F (TestGameClientDiscMutations, FailedSlotReuseKeepsRemovedSlot) | |
| TEST_F (TestGameClientDiscMutations, ReusedRemovedSlotPreservesNoDiscSelection) | |
| TEST_F (TestGameClientDiscMutations, CompactingRemovalKeepsIdentityWithoutCoreMetadata) | |
| TEST_F (TestGameClientDiscMutations, FailedNoDiscSelectionAfterRemovalReportsFailureAndRefreshesModel) | |
| TEST_F | ( | TestGameClientDiscMutations | , |
| CompactingRemovalKeepsIdentityWithoutCoreMetadata | ) |
| TEST_F | ( | TestGameClientDiscMutations | , |
| FailedNoDiscSelectionAfterRemovalReportsFailureAndRefreshesModel | ) |
| TEST_F | ( | TestGameClientDiscMutations | , |
| FailedSlotReuseKeepsRemovedSlot | ) |
| TEST_F | ( | TestGameClientDiscMutations | , |
| ReusedRemovedSlotKeepsIdentityWithoutCoreMetadata | ) |
| TEST_F | ( | TestGameClientDiscMutations | , |
| ReusedRemovedSlotPreservesNoDiscSelection | ) |