Searched refs:shallowEquals (Results 1 – 2 of 2) sorted by relevance
836 Equals.Impl shallowEquals = (Impl) equalsFactory.equals(ComparisonMethod.SHALLOW); in testFactoryMethodCalledEquals() local837 assertEquals(ComparisonMethod.SHALLOW, shallowEquals.comparisonMethod); in testFactoryMethodCalledEquals()838 assertEquals(0.01d, shallowEquals.sigma); in testFactoryMethodCalledEquals()
1096 Equals.Impl shallowEquals = (Impl) equalsFactory.equals(ComparisonMethod.SHALLOW); in testFactoryMethodCalledEquals() local1097 assertEquals(ComparisonMethod.SHALLOW, shallowEquals.comparisonMethod); in testFactoryMethodCalledEquals()1098 assertEquals(0.01d, shallowEquals.sigma); in testFactoryMethodCalledEquals()