Searched refs:longReturningMethod (Results 1 – 5 of 5) sorted by relevance
28 public static long longReturningMethod(String str, int i, long l) { in longReturningMethod() method in AClassToForget
25 return AClassToForget.longReturningMethod("str", 123, 456); in longMethod()
32 assertEquals(0L, mock.longReturningMethod()); in shouldReturnAllKindsOfPrimitives()
33 long longReturningMethod(); in longReturningMethod() method
52 public long longReturningMethod() { in longReturningMethod() method in MethodsImpl