Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
DAClassToForget.java52 public static double doubleReturningMethod() { in doubleReturningMethod() method in AClassToForget
DAClassThatRefersToAForgettableClassInMethodCallsReturningPrimitive.java41 return AClassToForget.doubleReturningMethod(); in doubleMethod()
/external/mockito/src/test/java/org/mockitousage/stubbing/
DReturningDefaultValuesTest.java34 assertEquals(0.0D, mock.doubleReturningMethod(), 0.0D); in shouldReturnAllKindsOfPrimitives()
/external/mockito/src/test/java/org/mockitousage/
DIMethods.java41 double doubleReturningMethod(); in doubleReturningMethod() method
DMethodsImpl.java68 public double doubleReturningMethod() { in doubleReturningMethod() method in MethodsImpl