Searched refs:forLong (Results 1 – 4 of 4) sorted by relevance
64 when(mock.forLong(anyLong())).thenReturn("5"); in shouldNotAcceptNullInAllAnyPrimitiveWrapperMatchers()73 assertEquals(null, mock.forLong(null)); in shouldNotAcceptNullInAllAnyPrimitiveWrapperMatchers()
459 when(mock.forLong(isNull(Long.class))).thenReturn("ok"); in null_matcher_for_primitive_wrappers()468 assertEquals("ok", mock.forLong(null)); in null_matcher_for_primitive_wrappers()
83 String forLong(Long value); in forLong() method
152 public String forLong(Long value) { in forLong() method in MethodsImpl