This is the third part of my video tutorial which concentrates on unit testing of Spring MVC controllers. To be more specific, this video talks about the unit testing of REST APIs. The problem is that writing comprehensive and fast unit tests for
This is the second part of my video tutorial which describes the unit testing of Spring MVC controllers. This video describes how we can write unit tests for “normal” controllers. A “normal” controller is (in the context of
This is the first part of my video tutorial which describes the unit testing of Spring MVC controllers. Before we can get our hands dirty and start writing the actual unit tests, we have to learn how we can configure unit tests which use the Spring
I think that the integration testing of Spring Data Repositories is an important and often neglected topic. That is why I decided to turn my recent blog post about it into a screencast which answers to the following question: How can we write tests