rhs.getTModelInstanceInfo().add(new TModelInstanceInfo());
rhs.getTModelInstanceInfo().get(0).setTModelKey("hi");
rhs.getTModelInstanceInfo().get(0).setInstanceDetails(new InstanceDetails());
TModelInstanceDetailsComparator instance = new TModelInstanceDetailsComparator("hi", true, false, false);
int expResult = 0;
int result = instance.compare(lhs, rhs);
}
@Test(expected = IllegalArgumentException.class)
public void testCompareToLHSNull() throws DatatypeConfigurationException {
System.out.println("TModelInstanceDetailsComparator.compare testCompareToLHSNull");