mocking - mockito for spring components without interface -


i have used mockito mocking @autowired injection , works fine interface based injection

if try mock spring @component ( not implement interface ) , mocking fails.

is possible mock such component have @component annotation not implementing interface ?


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -