Ejemplo n.º 1
0
        public void Test_GetHalfStepCountFromInterval(Interval inputInterval, int expectedHalfStepCount)
        {
            var halfStepCount = _intervalService.GetHalfStepCountFromInterval(inputInterval);

            Assert.That(halfStepCount, Is.EqualTo(expectedHalfStepCount));
        }