Home
last modified time | relevance | path

Searched defs: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
36 Map<String, String> stringString_that_matches_field = new HashMap<String, String>(); field in Issue353InjectionMightNotHappenInCertainConfigurationTest.FooService