Beispiel #1
0
        public void GetsColorPrice()
        {
            var redPrice = PriceCalculator.GetColorPrice(new Dictionary <Color, int> {
                { Color.Red, 1 }
            });

            Assert.Equal(1, redPrice);
        }