|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "ServiceBroker.h"#include "filesystem/File.h"#include "games/AchievementRuntime.h"#include "games/dialogs/osd/LeaderboardUtils.h"#include "profiles/ProfileManager.h"#include "settings/SettingsComponent.h"#include <gtest/gtest.h>Classes | |
| class | TestLeaderboardUtils |
Functions | |
| TEST_F (TestLeaderboardUtils, FormatsAScoreTheWayItsLeaderboardMeasures) | |
| TEST_F (TestLeaderboardUtils, KnowsWhichFormatsAreTimes) | |
| TEST_F (TestLeaderboardUtils, ABoardNobodyHasEnteredCountsAsLoaded) | |
| TEST_F (TestLeaderboardUtils, AskingForARedrawReachesWhoeverDrawsTheIndicators) | |
| TEST_F (TestLeaderboardUtils, SigningInAsSomebodyElseDropsTheLastAccountsStandings) | |
| TEST_F (TestLeaderboardUtils, AnIndicatorWithNothingToDrawDoesNotHideOneBehindIt) | |
| TEST_F (TestLeaderboardUtils, TheClosestToEarnedIsChosenFromWhatCanBeDrawn) | |
| TEST_F (TestLeaderboardUtils, AnAnswerTheLastAccountAskedForIsRefused) | |
| TEST_F (TestLeaderboardUtils, ASubmissionLeavesTheSummaryToBeAskedForAgain) | |
| TEST_F (TestLeaderboardUtils, ABoardNobodyHasEnteredIsKeptRatherThanAskedForEverySession) | |
| TEST_F (TestLeaderboardUtils, MedalsOnlyGoToTheTopThree) | |
| TEST_F (TestLeaderboardUtils, ReadsBackWhatItKept) | |
| TEST_F (TestLeaderboardUtils, KnowsNothingAboutALeaderboardItNeverSaw) | |
| TEST_F (TestLeaderboardUtils, LookingTwiceLeavesOneRecordNotTwo) | |
| TEST_F (TestLeaderboardUtils, KeepsLeaderboardsApart) | |
| TEST_F (TestLeaderboardUtils, ForgetsOneLeaderboardWithoutForgettingTheRest) | |
| TEST_F (TestLeaderboardUtils, ForgettingSomethingNeverKeptIsHarmless) | |
| TEST_F (TestLeaderboardUtils, ClearsEverythingWhenAsked) | |
| TEST_F (TestLeaderboardUtils, RefusesStandingsThatHaveGoneStale) | |
| TEST_F (TestLeaderboardUtils, PublishingFetchedLeaderboardsLeavesALiveAttemptAlone) | |
| TEST_F (TestLeaderboardUtils, ScoreboardWritesTheStandingBackAndDropsTheStalePage) | |
| TEST_F (TestLeaderboardUtils, ATotalOfZeroLeavesTheCountAlone) | |
| TEST_F (TestLeaderboardUtils, StandingsKeptForOneAccountAreNotShownToAnother) | |
| TEST_F | ( | TestLeaderboardUtils | , |
| ABoardNobodyHasEnteredCountsAsLoaded | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| ABoardNobodyHasEnteredIsKeptRatherThanAskedForEverySession | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| AnAnswerTheLastAccountAskedForIsRefused | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| AnIndicatorWithNothingToDrawDoesNotHideOneBehindIt | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| AskingForARedrawReachesWhoeverDrawsTheIndicators | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| ASubmissionLeavesTheSummaryToBeAskedForAgain | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| ATotalOfZeroLeavesTheCountAlone | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| ClearsEverythingWhenAsked | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| ForgetsOneLeaderboardWithoutForgettingTheRest | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| ForgettingSomethingNeverKeptIsHarmless | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| FormatsAScoreTheWayItsLeaderboardMeasures | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| KeepsLeaderboardsApart | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| KnowsNothingAboutALeaderboardItNeverSaw | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| KnowsWhichFormatsAreTimes | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| LookingTwiceLeavesOneRecordNotTwo | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| MedalsOnlyGoToTheTopThree | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| PublishingFetchedLeaderboardsLeavesALiveAttemptAlone | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| ReadsBackWhatItKept | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| RefusesStandingsThatHaveGoneStale | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| ScoreboardWritesTheStandingBackAndDropsTheStalePage | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| SigningInAsSomebodyElseDropsTheLastAccountsStandings | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| StandingsKeptForOneAccountAreNotShownToAnother | ) |
| TEST_F | ( | TestLeaderboardUtils | , |
| TheClosestToEarnedIsChosenFromWhatCanBeDrawn | ) |