Spring Boot Unit Testing With Mockito - Service Layer [Part 2]

preview_player
Показать описание
Spring Boot Unit Testing - Service Layer [Part 2]

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

Maybe also test the cases where exceptions are thrown?

Nyze
Автор

what is the difference between just this
review.setPokemon(pokemon);
and doing that

review.setPokemon(pokemon);

goshochernii