C# Class BusinessLogic.Tests.UnitTests.LogicTests.AchievementTests.HardcoreAchievementTests

Show file Open project: NemeStats/NemeStats

Private Methods

Method Description
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