180181182183184185186
/** * Test of gtProp method, of class CriteriaQuery. */ @Test public void testGtProp() { assertEquals(new GtPropCriterion("id", "name"), instance.gtProp("id", "name").getQueryCriterion()); }