Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
TestGameClientCheevos.cpp File Reference
#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)
 

Function Documentation

◆ TEST_F() [1/5]

TEST_F ( TestGameClientCheevos ,
EarnedAchievementWithEncoreNotifiesWithoutChangingState  )

◆ TEST_F() [2/5]

TEST_F ( TestGameClientCheevos ,
EarnedAchievementWithoutEncoreIsSuppressed  )

◆ TEST_F() [3/5]

TEST_F ( TestGameClientCheevos ,
EncoreEventAfterGameClosesIsSuppressed  )

◆ TEST_F() [4/5]

TEST_F ( TestGameClientCheevos ,
FirstUnlockChangesStateAndNotifies  )

◆ TEST_F() [5/5]

TEST_F ( TestGameClientCheevos ,
UnknownAchievementWithEncoreIsSuppressed  )