UnitTestUtil.helpTestEquivalence(equals, c1, c2);
}
public void testNonEquivalence1(){
//test transitivity with two nonequal Objects
MatchCriteria c1 = example("e1", "abc"); //$NON-NLS-1$ //$NON-NLS-2$
MatchCriteria c2 = example("ozzy", '#'); //$NON-NLS-1$
int equals = -1;
UnitTestUtil.helpTestEquivalence(equals, c1, c2);
}