[arquillian-issues] [JBoss JIRA] (ARQ-2031) Test method missing in report

Jessica Streicher (JIRA) issues at jboss.org
Tue May 17 06:05:01 EDT 2016


Jessica Streicher created ARQ-2031:
--------------------------------------

             Summary: Test method missing in report
                 Key: ARQ-2031
                 URL: https://issues.jboss.org/browse/ARQ-2031
             Project: Arquillian
          Issue Type: Bug
          Components: Extension - Recorder
    Affects Versions: 1.1.10.Final
         Environment: Tests are run with Eclipse and JUnit plugin against an external Webserver (They're pure client UI tests)
            Reporter: Jessica Streicher


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 passed test also 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.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the arquillian-issues mailing list