Searched refs:shortReturningMethod (Results 1 – 5 of 5) sorted by relevance
60 public static short shortReturningMethod() { in shortReturningMethod() method in AClassToForget
49 return AClassToForget.shortReturningMethod(); in shortMethod()
30 assertEquals((short) 0, mock.shortReturningMethod()); in shouldReturnAllKindsOfPrimitives()
21 short shortReturningMethod(); in shortReturningMethod() method
28 public short shortReturningMethod() { in shortReturningMethod() method in MethodsImpl