Added testCase for all Services

This commit is contained in:
Giuseppe Bueti
2016-01-31 11:05:11 +01:00
committed by giuseppe.bueti
parent fa973988fb
commit 913f2908e0
3 changed files with 16 additions and 117 deletions
@@ -23,6 +23,12 @@ public interface ServicesInterface {
List<Movie> listMovies();
@GET
@Path("/listmovies")
@Produces({"application/json"})
List<Movie> listMovies();
@POST
@Path("/addmovie")
@Consumes({MediaType.APPLICATION_JSON,MediaType.APPLICATION_XML})