Searched refs:doubleReturningMethod (Results 1 – 5 of 5) sorted by relevance
52 public static double doubleReturningMethod() { in doubleReturningMethod() method in AClassToForget
41 return AClassToForget.doubleReturningMethod(); in doubleMethod()
34 assertEquals(0.0D, mock.doubleReturningMethod(), 0.0D); in shouldReturnAllKindsOfPrimitives()
41 double doubleReturningMethod(); in doubleReturningMethod() method
68 public double doubleReturningMethod() { in doubleReturningMethod() method in MethodsImpl