Searched refs:floatReturningMethod (Results 1 – 3 of 3) sorted by relevance
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