Blog

Showing posts with label REST. Show all posts
Showing posts with label REST. Show all posts

Tuesday, 1 July 2014

Testing RESTfull app down to the database layer

It takes only a little bit of work to make Arquillian REST Client Extenions work with Unitils so that you can seed your database before each test in @RunAsClient mode.

Monday, 18 November 2013

Arquillian Persistence+REST+JRebel

Wondering how to speed up integration test development for your RESTful service?

Wednesday, 23 October 2013

Arquillian REST Extension - Client

Arquillian REST Extension allows you to test your RESTful applications both on the client and server side.
In this post I will present you client side testing.