I need to mock @Component beans for all my tests.
I ve tried to use a @Primary and @TestConfiguration and excludeFilter in the @ComponentScan but it does not work.