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.java836 Equals.Impl shallowEquals = (Impl) equalsFactory.equals(ComparisonMethod.SHALLOW); in testFactoryMethodCalledEquals() local
837 assertEquals(ComparisonMethod.SHALLOW, shallowEquals.comparisonMethod); in testFactoryMethodCalledEquals()
838 assertEquals(0.01d, shallowEquals.sigma); in testFactoryMethodCalledEquals()
DFactoryProvider2Test.java1096 Equals.Impl shallowEquals = (Impl) equalsFactory.equals(ComparisonMethod.SHALLOW); in testFactoryMethodCalledEquals() local
1097 assertEquals(ComparisonMethod.SHALLOW, shallowEquals.comparisonMethod); in testFactoryMethodCalledEquals()
1098 assertEquals(0.01d, shallowEquals.sigma); in testFactoryMethodCalledEquals()