CarbonFitnessTest.BusinessLogic.CalorieCalculatorTest.shouldGetWeightFactor C# (CSharp) Метод

shouldGetWeightFactor() приватный Метод

private shouldGetWeightFactor ( ) : void
Результат void
        public void shouldGetWeightFactor()
        {
            var weightFactor = new CalorieCalculator().GetWeightFactor(43);
            Assert.That(weightFactor, Is.EqualTo(429.57m));
        }