konradczajka
Results
2
issues of
konradczajka
fixes #1502 When the context contains multiple beans for given interface but one of them is marked as @Primary it should be possible to mock this interface. Current implementation doesn't...
### Describe the bug In larger Spring Boot's codebases it's not uncommon to have multiple beans of the same type where one of them is marked as `@Primary`. Attempting to...
bug