Mockito 2 tutorial for beginners: @InjectMocks annotation

preview_player
Показать описание
In this video tutorial of Mockito 2 for beginners you will learn how to use the @InjectMocks annotation.

Рекомендации по теме
Комментарии
Автор

When I tried this, the setup step was not necessary. (I was using the @AutoConfigureMockMvc annotation at the class level)

thisisnotok
Автор

When should we use MockitoJUnitRunner?

alxx