Class WebApplicationExceptionMapperTest

    • Method Detail

      • setUp

        public void setUp()
      • testNoEntityBody

        public void testNoEntityBody()
        Insures that the WebApplicationExceptionMapper does not provide an entity body to 204, 205, or 304 responses. Entity bodies on other responses are mapped appropriately.