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

Test method missing in report

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 1.1.10.Final
    • Extension - Recorder
    • None

      Whenever a testmethod fails (assertion fail), the test method is not available in the report.

      I have tracked the Problem in the ReportLifecycleObserver class - it is caused because there are two BeforeTestLifeCycleEvents, but only one AfterTestLifecycleEvent.

      The other "passed" test has two AfterTestLifecycleEvents, so an event seems to be missing when the test "fails"?

      I'm afraid my current code cannot be posted publicly, but i'll try to recreate it later on in another setting. It would still be nice if anyone by chance knows what could be the cause of this situation.

        1. SubTest.java
          0.3 kB
        2. TestTest.java
          0.7 kB

            Unassigned Unassigned
            jessica.streicher Jessica Streicher (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: