Searched refs:fooService (Results 1 – 1 of 1) sorted by relevance
24 @InjectMocks FooService fooService; field in Issue353InjectionMightNotHappenInCertainConfigurationTest30 assertSame(stringString_that_matches_field, fooService.stringString_that_matches_field); in when_identical_types_and_the_correct_mock_name_is_greater_than_the_non_matching_name_then_injection_occurs_only_on_the_named_one()31 assertSame(mockStringInteger_was_not_injected, fooService.stringInteger_field); in when_identical_types_and_the_correct_mock_name_is_greater_than_the_non_matching_name_then_injection_occurs_only_on_the_named_one()