Unit testing is one of the cornerstones of modern software development. Working on several projects with Spring and Hibernate I have come to the conclusion that (in that setting?) there are actually three types of unit testing:
- Basic Unit testing
- Dao Layer Unit testing
- Component Integration testing