Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DDuplicateBindingsTest.java343 a.throwOnEquals = true; in testEqualsNotCalledByDefaultOnInstance()
356 a.throwOnEquals = true; in testEqualsNotCalledByDefaultOnProvider()
663 private boolean throwOnEquals; field in DuplicateBindingsTest.HashEqualsTester
668 if (throwOnEquals) { in equals()
672 if (o.throwOnEquals) { in equals()
/external/guice/core/test/com/google/inject/util/
DOverrideModuleTest.java672 a.throwOnEquals = true; in testEqualsNotCalledByDefaultOnInstance()
687 a.throwOnEquals = true; in testEqualsNotCalledByDefaultOnProvider()
744 private boolean throwOnEquals; field in OverrideModuleTest.HashEqualsTester
749 if (throwOnEquals) { in equals()
753 if (o.throwOnEquals) { in equals()