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

Jessica Streicher (JIRA) issues at jboss.org
Tue May 17 07:55:00 EDT 2016


     [ https://issues.jboss.org/browse/ARQ-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jessica Streicher updated ARQ-2031:
-----------------------------------
    Attachment: TestTest.java
                SubTest.java


> 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
>         Attachments: SubTest.java, TestTest.java
>
>
> 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.



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


More information about the arquillian-issues mailing list