public void ToDoubleTestMethod6() { string inputString = "00:00:00:05"; double expectedValue = 5; double actualValue = TimeFormatter.ToDouble(inputString); Assert.AreEqual <double>(expectedValue, actualValue); }