コード例 #1
0
        public void Calculate_ReturnsDistance_ForAllNegative()
        {
            // Arrange
            // Act
            double actual = m_Sut.Calculate(m_AllNegative,
                                            m_AllNegativeOther);

            // Assert
            NUnitHelper.AssertDouble(17.3205080756888,
                                     actual);
        }