Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/bugs/injection/
DIssue353InjectionMightNotHappenInCertainConfigurationTest.java22 @Mock Map<String, String> stringString_that_matches_field; 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()
36 Map<String, String> stringString_that_matches_field = new HashMap<String, String>(); field in Issue353InjectionMightNotHappenInCertainConfigurationTest.FooService