Added testCase for all Services
This commit is contained in:
committed by
giuseppe.bueti
parent
fa973988fb
commit
913f2908e0
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user