Searched refs:byteObjectReturningMethod (Results 1 – 5 of 5) sorted by relevance
42 assertEquals(new Byte((byte) 0), mock.byteObjectReturningMethod()); in shouldReturnTheSameValuesForWrapperClasses()
102 byte b = methods.byteObjectReturningMethod(); // real method returns null in null_wrapper_dont_throw_exception_from_org_mockito_package()
19 Byte byteObjectReturningMethod(); in byteObjectReturningMethod() method
24 public Byte byteObjectReturningMethod() { in byteObjectReturningMethod() method in MethodsImpl
285 mock.byteObjectReturningMethod(); in should_fail_when_mock_had_more_interactions_than_expected()