Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-976

The exceptions that occurrs in @AfterServlet test is not being propagated back to the client.

XMLWordPrintable

      The exception that occurs in @AfterServlet test is beeing ignored and no information is send back to the client.

      Simple code example:

      @AfterServlet
      public void test() {
          fail("Fail");
      }
      

      The test will pass successfully.

              jmnarloch Jakub Narloch (Inactive)
              jmnarloch Jakub Narloch (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: