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

When using @Test expected exception, the internal state of the TestResult is unknown - TestNG

    XMLWordPrintable

Details

    Description

      When using the ExpectedException feature in the TestFrameworks the internal TestResult object in Arquillian is in an unknown state. Arquillian catches the thrown exception, but the actual validation of it is done in the test framework after Arquillian is done with the test invocation. Arquillian can only know that a Exception has been thrown, but not if it is expected or not.

      TestNG
      @Test(expectedException=Exception.class)
      @ExpectedException(Exception.class)

      Follow up with TestNG to see how this can be done..

      Attachments

        Issue Links

          Activity

            People

              aslak@redhat.com Aslak Knutsen
              aslak@redhat.com Aslak Knutsen
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: