Searched refs:exampleService (Results 1 – 1 of 1) sorted by relevance
31 @InjectMocks private ExampleService exampleService = new ExampleService(); field in ShouldNotTryToInjectInFinalOrStaticFieldsTest39 assertNotSame(unrelatedSet, exampleService.aSet); in dont_inject_in_final()