C# Class BusinessLogic.Tests.UnitTests.LogicTests.UtilitiesTests.WinPercentageCalculatorTests

Show file Open project: NemeStats/NemeStats

Private Methods

Method Description
ItReturnsOneHundredPercentIfThereAreOnlyWins ( ) : void
ItReturnsZeroIfThereAreOnlyLosses ( ) : void
ItReturnsZeroWhenThereAreZeroGamesPlayed ( ) : void
TestOtherCases ( int numberOfWins, int numberOfLosses ) : int