Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/stubbing/
DReturningDefaultValuesTest.java33 assertEquals(0.0F, mock.floatReturningMethod(), 0.0F); in shouldReturnAllKindsOfPrimitives()
/external/mockito/src/test/java/org/mockitousage/
DIMethods.java37 float floatReturningMethod(); in floatReturningMethod() method
DMethodsImpl.java60 public float floatReturningMethod() { in floatReturningMethod() method in MethodsImpl