Class UnityLeaderboardViewRankingModeTests
Inheritance
UnityLeaderboardViewRankingModeTests
Assembly: Tests.dll
Syntax
public class UnityLeaderboardViewRankingModeTests
Constructors
UnityLeaderboardViewRankingModeTests()
Declaration
public UnityLeaderboardViewRankingModeTests()
Methods
Show_AroundPlayerWithUnresolvablePlayerAndAllEntries_FallsBackToTheNonCollapsedQuery()
The AroundPlayer-with-unresolvable-player fallback (no UnityLeaderboardSettings
configured, so the local player identity can never resolve) is itself a top-entries listing and
must thread RankingMode the same way the TopEntries
path does, instead of silently collapsing to BestPerPlayer via the three-argument overload.
Declaration
public IEnumerator Show_AroundPlayerWithUnresolvablePlayerAndAllEntries_FallsBackToTheNonCollapsedQuery()
Returns
Show_TopEntriesWithAllEntries_RequestsTheNonCollapsedQuery()
Declaration
public IEnumerator Show_TopEntriesWithAllEntries_RequestsTheNonCollapsedQuery()
Returns
Show_TopEntriesWithBestPerPlayer_RequestsTheCollapsedQuery()
Declaration
public IEnumerator Show_TopEntriesWithBestPerPlayer_RequestsTheCollapsedQuery()
Returns
TearDown()
Declaration