Class TestableResource


  • @Path("/test")
    public class TestableResource
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response testRuleUnit()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestableResource

        public TestableResource()
    • Method Detail

      • testRuleUnit

        @GET
        @Path("testRuleUnit")
        public javax.ws.rs.core.Response testRuleUnit()