Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
DAClassToForget.java60 public static short shortReturningMethod() { in shortReturningMethod() method in AClassToForget
DAClassThatRefersToAForgettableClassInMethodCallsReturningPrimitive.java49 return AClassToForget.shortReturningMethod(); in shortMethod()
/external/mockito/src/test/java/org/mockitousage/stubbing/
DReturningDefaultValuesTest.java30 assertEquals((short) 0, mock.shortReturningMethod()); in shouldReturnAllKindsOfPrimitives()
/external/mockito/src/test/java/org/mockitousage/
DIMethods.java21 short shortReturningMethod(); in shortReturningMethod() method
DMethodsImpl.java28 public short shortReturningMethod() { in shortReturningMethod() method in MethodsImpl