Searched refs:forFloat (Results 1 – 4 of 4) sorted by relevance
65 when(mock.forFloat(anyFloat())).thenReturn("6"); in shouldNotAcceptNullInAllAnyPrimitiveWrapperMatchers()74 assertEquals(null, mock.forFloat(null)); in shouldNotAcceptNullInAllAnyPrimitiveWrapperMatchers()
464 when(mock.forFloat(isNull(Float.class))).thenReturn("ok"); in null_matcher_for_primitive_wrappers()473 assertEquals("ok", mock.forFloat(null)); in null_matcher_for_primitive_wrappers()
89 String forFloat(Float value); in forFloat() method
164 public String forFloat(Float value) { in forFloat() method in MethodsImpl