Searched refs:impl2 (Results 1 – 1 of 1) sorted by relevance
1451 RealOptionalBinder.Default impl2 = new RealOptionalBinder.DefaultImpl("foo"); in testCompareEqualsAgainstOtherAnnotation() local1453 assertEquals(impl2, other2); in testCompareEqualsAgainstOtherAnnotation()1455 assertFalse(impl1.equals(impl2)); in testCompareEqualsAgainstOtherAnnotation()1457 assertFalse(impl2.equals(other1)); in testCompareEqualsAgainstOtherAnnotation()