Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/bugs/injection/
DShouldNotTryToInjectInFinalOrStaticFieldsTest.java31 @InjectMocks private ExampleService exampleService = new ExampleService(); field in ShouldNotTryToInjectInFinalOrStaticFieldsTest
39 assertNotSame(unrelatedSet, exampleService.aSet); in dont_inject_in_final()