Searched refs:withLong (Results 1 – 2 of 2) sorted by relevance
24 public void withLong(long x) { in withLong() method in PrintingVerboseTypesWithArgumentsTest.Boo35 boo.withLong(100); in should_not_report_argument_types_when_to_string_is_the_same()39 verify(boo).withLong(eq(100)); in should_not_report_argument_types_when_to_string_is_the_same()
25 final public Object withLong(long y) { in withLong() method in PlaygroundTest.Boo