Exemplo n.º 1
0
 @Test
 public void givenValues_whenUsingFactoryOf_thenLocalTime() {
   Assert.assertEquals(
       "07:07:07", useLocalTime.getLocalTimeUsingFactoryOfMethod(7, 7, 7).toString());
 }