Assert.assertEquals(p.getDescription(), "this is a test for parent");
}
@Test
public void testQuerySystemComplexCondition(){
Reference ref = new Reference();
ref.setValue("house md");
Parent parent = new Parent();
parent.setDescription("testing5");
parent.setReference(ref);