Home
last modified time | relevance | path

Searched refs:byteObjectReturningMethod (Results 1 – 5 of 5) sorted by relevance

/external/mockito/src/test/java/org/mockitousage/stubbing/
DReturningDefaultValuesTest.java42 assertEquals(new Byte((byte) 0), mock.byteObjectReturningMethod()); in shouldReturnTheSameValuesForWrapperClasses()
DStubbingWithDelegateTest.java102 byte b = methods.byteObjectReturningMethod(); // real method returns null in null_wrapper_dont_throw_exception_from_org_mockito_package()
/external/mockito/src/test/java/org/mockitousage/
DIMethods.java19 Byte byteObjectReturningMethod(); in byteObjectReturningMethod() method
DMethodsImpl.java24 public Byte byteObjectReturningMethod() { in byteObjectReturningMethod() method in MethodsImpl
/external/mockito/src/test/java/org/mockitousage/customization/
DBDDMockitoTest.java285 mock.byteObjectReturningMethod(); in should_fail_when_mock_had_more_interactions_than_expected()