@Then("the clock should look like $")
 public void thenTheClockShouldLookLike(String theExpectedBerlinClockOutput) {
   assertThat(berlinClock.convertTime(theTime), is(equalTo(theExpectedBerlinClockOutput)));
 }