Esempio n. 1
0
 @Test
 public void testToBuilder() throws Exception {
   DateTimeValue value = DateTimeValue.of(CONTENT);
   assertEquals(value, value.toBuilder().build());
 }