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