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