Spring Mockito unit test fails with two @Qualifier mocks in test case
I have service classes ClassA and ClassB, both implementing the same interface with a generic parameter.
I have service classes ClassA and ClassB, both implementing the same interface with a generic parameter.