May 2015
Intermediate to advanced
234 pages
4h 18m
English
In this chapter, we will cover the following recipes:
We often skip unit testing because we don't know how to do it or we believe that testing web applications is difficult. In fact, unit testing is easy and Spring makes web application testing effortless.
In this chapter, you will first learn how to write unit tests using JUnit, TestNG, and Mockito. Then, we will use Spring context, dependency injection, and transactions in our tests. ...
Read now
Unlock full access