Searched refs:stringReturningMethod (Results 1 – 6 of 6) sorted by relevance
98 InvocationInfo stringReturningMethod = new InvocationInfo(getLastInvocation()); in isVoid_invocationNonVoidMethod_returnFalse() local100 assertThat(stringReturningMethod.isVoid()).isFalse(); in isVoid_invocationNonVoidMethod_returnFalse()
75 when(imethodsMock.stringReturningMethod()).thenReturn(value); in should_allow_mock_and_string_value_to_be_serializable()82 assertEquals(value, readObject.stringReturningMethod()); in should_allow_mock_and_string_value_to_be_serializable()
85 when(mock.stringReturningMethod()).thenReturn(value); in should_allow_mock_and_string_value_to_be_serializable()92 assertEquals(value, readObject.stringReturningMethod()); in should_allow_mock_and_string_value_to_be_serializable()
90 assertEquals("", mock.stringReturningMethod()); in shouldReturnOrdinaryEmptyValuesForOrdinaryTypes()
207 String stringReturningMethod(); in stringReturningMethod() method
390 public String stringReturningMethod() { in stringReturningMethod() method in MethodsImpl