Searched refs:longThat (Results 1 – 4 of 4) sorted by relevance
144 public static long longThat(Matcher<Long> matcher) { in longThat() method in MockitoHamcrest
85 verify(mock).oneArg(longThat(is(3L))); in supports_primitive_matchers_from_core_library()
99 when(mock.oneArg(longThat(new IsZeroOrOne<Long>()))).thenReturn("long"); in shouldUseCustomPrimitiveNumberMatchers()
1285 public static long longThat(ArgumentMatcher<Long> matcher) { in longThat() method in ArgumentMatchers