Spring Boot: Referencing @MockBeans by name
13-Oct-16Learn how to reference Spring Boot @MockBeans during tests by name.
Learn how to reference Spring Boot @MockBeans during tests by name.
Use @ImportAutoConfiguration(MessageSourceAutoConfiguration.class) to configure message sources to be used with @WebMvcTest and others.