Quantcast
Channel: Unit Testing - HowToDoInJava
Viewing all articles
Browse latest Browse all 21

How you should unit test DAO layer

$
0
0

If you are working in a project built on Spring, hibernate or JPA, and you want to unit test it’s data access layer (DAO) then information given in this tutorial may help you. As we are going to test DAO layer, we will need access to a database as well. But you may not be […]

The post How you should unit test DAO layer appeared first on How To Do In Java.


Viewing all articles
Browse latest Browse all 21

Trending Articles