Exemplo n.º 1
0
 @Then("the clock should look like $")
 public void thenTheClockShouldLookLike(String theExpectedBerlinClockOutput) {
   assertThat(berlinClock.convertTime(theTime), is(equalTo(theExpectedBerlinClockOutput)));
 }
 @Test
 public void testConvertNanoSecondToMiliSecond() {
   assertEquals(1, TimeConverter.convertNanoSecondToMiliSecond(1000000));
 }