예제 #1
0
 public void ShouldDisplay0SecondsToStringAs00ː00ː00()
 {
     timer.Seconds = 0;
     Assert.AreEqual("00:00:00", timer.ToString());
 }