Migrate @MockBean
to Spring Framework
#27130
Labels
in: test
Issues in the test module
status: duplicate
A duplicate of another issue
type: enhancement
A general enhancement
@MockBean
is a great tool for the test. It helps me to write a lot of more efficient test code. But my company has some projects which do use Spring Boot. So it can not use@MockBean
.Could you migrate @MockBean to Spring Framework?
The text was updated successfully, but these errors were encountered: