|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "ServiceBroker.h"#include "addons/kodi-dev-kit/include/kodi/c-api/addon-instance/game.h"#include "dialogs/GUIDialogKaiToast.h"#include "games/AchievementRuntime.h"#include "games/addons/cheevos/GameClientCheevos.h"#include "guilib/GUIComponent.h"#include "guilib/GUIMessage.h"#include "guilib/GUIWindowManager.h"#include <memory>#include <mutex>#include <gtest/gtest.h>Classes | |
| class | TestGameClientCheevos |
Functions | |
| TEST_F (TestGameClientCheevos, FirstUnlockChangesStateAndNotifies) | |
| TEST_F (TestGameClientCheevos, EarnedAchievementWithoutEncoreIsSuppressed) | |
| TEST_F (TestGameClientCheevos, EarnedAchievementWithEncoreNotifiesWithoutChangingState) | |
| TEST_F (TestGameClientCheevos, UnknownAchievementWithEncoreIsSuppressed) | |
| TEST_F (TestGameClientCheevos, EncoreEventAfterGameClosesIsSuppressed) | |
| TEST_F | ( | TestGameClientCheevos | , |
| EarnedAchievementWithEncoreNotifiesWithoutChangingState | ) |
| TEST_F | ( | TestGameClientCheevos | , |
| EarnedAchievementWithoutEncoreIsSuppressed | ) |
| TEST_F | ( | TestGameClientCheevos | , |
| EncoreEventAfterGameClosesIsSuppressed | ) |
| TEST_F | ( | TestGameClientCheevos | , |
| FirstUnlockChangesStateAndNotifies | ) |
| TEST_F | ( | TestGameClientCheevos | , |
| UnknownAchievementWithEncoreIsSuppressed | ) |