public void CheckCoefficient_LowSpeed() { Assert.That(sut.CurrentSpeed, Is.EqualTo(0)); // Act var coef = sut.RollingResistanceCoefficient(20); // Assert Assert.That(coef, Is.GreaterThan(0.005).And.LessThan(0.015), "Coefficient wrong"); }