Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/bugs/injection/
DIssue353InjectionMightNotHappenInCertainConfigurationTest.java24 @InjectMocks FooService fooService; field in Issue353InjectionMightNotHappenInCertainConfigurationTest
30 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()