Searched refs:longObjectReturningMethod (Results 1 – 4 of 4) sorted by relevance
55 return iMethods_that_store_invocations.longObjectReturningMethod(); in single_mock_being_serialized_in_different_classloaders_by_multiple_threads()71 case 1 : iMethods.longObjectReturningMethod(); break; in randomCallOn()
45 assertEquals(new Long(0L), mock.longObjectReturningMethod()); in shouldReturnTheSameValuesForWrapperClasses()
35 Long longObjectReturningMethod(); in longObjectReturningMethod() method
56 public Long longObjectReturningMethod() { in longObjectReturningMethod() method in MethodsImpl