Package org.hibernate.ogm.type.descriptor.impl

Examples of org.hibernate.ogm.type.descriptor.impl.CalendarTimeZoneDateTimeTypeDescriptor.areEqual()


  }

  @Test
  public void testCalendarTimeZoneDateTimeObjects() {
    CalendarTimeZoneDateTimeTypeDescriptor calendarTimeZoneDateTimeTypeDescriptor = new CalendarTimeZoneDateTimeTypeDescriptor();
    assertThat( calendarTimeZoneDateTimeTypeDescriptor.areEqual( one, another ) ).isEqualTo( exceptedEquality );
  }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.