C# 클래스 BusinessLogic.Tests.UnitTests.LogicTests.AchievementTests.HardcoreAchievementTests

파일 보기 프로젝트 열기: NemeStats/NemeStats

비공개 메소드들

메소드 설명
AddPlayerGameResult ( int playerId, List playerGameResults, int gameDefinitionId, decimal averageWeight, int averageDuration ) : void
ItAwardsBronzeWhenPlayerHasExactlyBronzeNumberOfPlayedGames ( ) : void
ItAwardsGoldWhenPlayerHasExactlyGoldNumberOfPlayedGames ( ) : void
ItAwardsSilverWhenPlayerHasExactlySilverNumberOfPlayedGames ( ) : void
ItDoesNotAwardTheAchievementWhenThePlayerDoesNotReachTheBronzeThreshold ( ) : void
ItFiltersOutTheAppropriateGames ( ) : void
SetUp ( ) : void
SetupGamesForPlayer ( int playerId, int numberOfGamesToSetUp, bool includeInvalidGames = false ) : void