Set up Integration testing with the Maven Cargo and the cargo-maven2-plugin (maven-cargo-plugin). >>>
Monthly Archives: October 2011
Test a REST API with Java
How to test a REST Service with Java – integration testing using the Apache Http Client. >>>
Avoid Brittle Tests for the Service Layer
How to avoid brittle and inflexible tests for the Service Layer of a Spring web app – mock out the interactions with the database, using JUnit, Mockito and Hamcrest. >>>