Home
last modified time | relevance | path

Searched refs:withLong (Results 1 – 2 of 2) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/verification/
DPrintingVerboseTypesWithArgumentsTest.java24 public void withLong(long x) { in withLong() method in PrintingVerboseTypesWithArgumentsTest.Boo
35 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()
/external/mockito/src/test/java/org/mockitousage/
DPlaygroundTest.java25 final public Object withLong(long y) { in withLong() method in PlaygroundTest.Boo