Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/bugs/injection/
DIssue353InjectionMightNotHappenInCertainConfigurationTest.java31 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()
35 Map<String, Integer> stringInteger_field = new HashMap<String, Integer>(); field in Issue353InjectionMightNotHappenInCertainConfigurationTest.FooService