public void AddLapAndGetLapCount_OneLap() { _lapTimer.AddLap(new TimeSpan()); Assert.Equal(1, _lapTimer.GetLapCount()); }