Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/stubbing/
DReturningDefaultValuesTest.java47 assertEquals(new Double(0.0D), mock.doubleObjectReturningMethod(), 0.0D); in shouldReturnTheSameValuesForWrapperClasses()
/external/mockito/src/test/java/org/mockitousage/
DIMethods.java43 Double doubleObjectReturningMethod(); in doubleObjectReturningMethod() method
DMethodsImpl.java72 public Double doubleObjectReturningMethod() { in doubleObjectReturningMethod() method in MethodsImpl