Home
last modified time | relevance | path

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

/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProviderTest.java928 Equals.Impl shallowEquals = (Impl) equalsFactory.equals(ComparisonMethod.SHALLOW); in testFactoryMethodCalledEquals() local
929 assertEquals(ComparisonMethod.SHALLOW, shallowEquals.comparisonMethod); in testFactoryMethodCalledEquals()
930 assertEquals(0.01d, shallowEquals.sigma, 0.0); in testFactoryMethodCalledEquals()
DFactoryProvider2Test.java1262 Equals.Impl shallowEquals = (Impl) equalsFactory.equals(ComparisonMethod.SHALLOW); in testFactoryMethodCalledEquals() local
1263 assertEquals(ComparisonMethod.SHALLOW, shallowEquals.comparisonMethod); in testFactoryMethodCalledEquals()
1264 assertEquals(0.01d, shallowEquals.sigma, 0.0); in testFactoryMethodCalledEquals()