In my unit class I have following line of code
@Reference private ConfigService configService;
and this is being used in this class at many places, but when it comes to testing I dont have any way to set this for testing purpose as there are no getters and setters for this property. Please let me know how can I get this using Mockito