When I started using Java 7, I noticed right away that the Cobertura Maven plugin doesn’t support it. This was a huge problem to me because I used code coverage reports every day. I did some research and found the JaCoCo code coverage library. It looked interesting and I decided to give it a shot. […] Read more
Code Coverage
Write Better Tests
Master Spring Framework
Build Your Application
Find the Best Tutorials
Search
Latest Posts
- Writing Unit Tests for a Spring MVC REST API: Returning a List
- Writing Unit Tests for a Spring MVC REST API: Returning a Single Item
- Writing Unit Tests for a Spring MVC REST API: Configuration
- Writing Unit Tests for Spring MVC Controllers: Forms
- Writing Unit Tests for Spring MVC Controllers: Rendering a List