Home
last modified time | relevance | path

Searched refs:impl2 (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/test/com/google/inject/internal/
DOptionalBinderTest.java1451 RealOptionalBinder.Default impl2 = new RealOptionalBinder.DefaultImpl("foo"); in testCompareEqualsAgainstOtherAnnotation() local
1453 assertEquals(impl2, other2); in testCompareEqualsAgainstOtherAnnotation()
1455 assertFalse(impl1.equals(impl2)); in testCompareEqualsAgainstOtherAnnotation()
1457 assertFalse(impl2.equals(other1)); in testCompareEqualsAgainstOtherAnnotation()