У нас вы можете посмотреть бесплатно Integration Testing of Spring Data JPA Repositories или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Spring Data JPA makes the creation of JPA repositories extremely easy because in most cases we only have to create a special repository interface. The big question is: "How can we write tests for our repositories because after all, they are just interfaces?" This video answers to that question and describes how we can write integration tests for Spring Data JPA repositories. If you want to learn how to write integration tests for Spring web applications, take a look at my Test With Spring course: https://www.testwithspring.com/?utm_s... ADDITIONAL RESOURCES: DbUnit best practices: http://dbunit.sourceforge.net/bestpra... Get the example application: https://github.com/pkainulainen/sprin... Original blog post: http://www.petrikainulainen.net/progr...