188189190191192193194
/** * Test of geProp method, of class CriteriaQuery. */ @Test public void testGeProp() { assertEquals(new GePropCriterion("id", "name"), instance.geProp("id", "name").getQueryCriterion()); }