Searched refs:floatReturningMethod (Results 1 – 6 of 6) sorted by relevance
44 public static float floatReturningMethod() { in floatReturningMethod() method in AClassToForget
33 return AClassToForget.floatReturningMethod(); in floatMethod()
33 assertEquals(0.0F, mock.floatReturningMethod(), 0.0F); in shouldReturnAllKindsOfPrimitives()
37 float floatReturningMethod(); in floatReturningMethod() method
60 public float floatReturningMethod() { in floatReturningMethod() method in MethodsImpl