Class MCRJerseyResourceTest.TestCase

java.lang.Object
org.mycore.frontend.jersey.resources.MCRJerseyResourceTest.TestCase
Enclosing class:
MCRJerseyResourceTest

@Path("hello") public static class MCRJerseyResourceTest.TestCase extends Object
  • Constructor Details

    • TestCase

      public TestCase()
  • Method Details

    • get

      @GET public String get()
    • logout

      @GET @Path("logout/{id}") public String logout(@PathParam("id") String id)