Integration Testing of Spring Data JPA Repositories

preview_player
Показать описание
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:

ADDITIONAL RESOURCES:

DbUnit best practices:

Get the example application:

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

Fabulous tutorial video. Thank you for creating it!

michaelboyd
Автор

Uploaded my first screencast to Youtube. It talks about the integration testing of Spring Data JPA repositories. #springdata #springframework  

PetriKainulainen