예제 #1
0
 public void ThenTheClockShouldLookLike(string theExpectedBerlinClockOutput)
 {
     Assert.AreEqual(berlinClock.Convert(time), theExpectedBerlinClockOutput);
 }