Integration testing Rest-Services using Arquillian
In this post I want to demonstrate how Rest-Services can be integration tested using JBoss Arquillian1 and Glassfish-Embedded2. To do so we first need a Rest-Service which can be tested. So first of all we create a new maven-web-project and add the following rest resource. It is a very simple resource which returns a contact […]