Searched refs:doubleThat (Results 1 – 4 of 4) sorted by relevance
172 public static double doubleThat(Matcher<Double> matcher) { in doubleThat() method in MockitoHamcrest
87 verify(mock).oneArg(doubleThat(is(5.0D))); in supports_primitive_matchers_from_core_library()
101 when(mock.oneArg(doubleThat(new IsZeroOrOne<Double>()))).thenReturn("double"); in shouldUseCustomPrimitiveNumberMatchers()
1315 public static double doubleThat(ArgumentMatcher<Double> matcher) { in doubleThat() method in ArgumentMatchers