Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/stubbing/
DReturningDefaultValuesTest.java46 assertEquals(new Float(0.0F), mock.floatObjectReturningMethod(), 0.0F); in shouldReturnTheSameValuesForWrapperClasses()
/external/mockito/src/test/java/org/mockitousage/
DIMethods.java39 Float floatObjectReturningMethod(); in floatObjectReturningMethod() method
DMethodsImpl.java64 public Float floatObjectReturningMethod() { in floatObjectReturningMethod() method in MethodsImpl