172173174175176177178
/** * Test of notEqProp method, of class CriteriaQuery. */ @Test public void testNotEqProp() { assertEquals(new NotEqPropCriterion("id", "name"), instance.notEqProp("id", "name").getQueryCriterion()); }