Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
DAClassToForget.java44 public static float floatReturningMethod() { in floatReturningMethod() method in AClassToForget
DAClassThatRefersToAForgettableClassInMethodCallsReturningPrimitive.java33 return AClassToForget.floatReturningMethod(); in floatMethod()
/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