[arquillian-issues] [JBoss JIRA] (ARQ-2065) Combine multiple test results

Bartosz Majsak (JIRA) issues at jboss.org
Tue Dec 13 09:15:00 EST 2016


Bartosz Majsak created ARQ-2065:
-----------------------------------

             Summary: Combine multiple test results
                 Key: ARQ-2065
                 URL: https://issues.jboss.org/browse/ARQ-2065
             Project: Arquillian
          Issue Type: Feature Request
          Components: core
    Affects Versions: 1.1.11.Final
            Reporter: Bartosz Majsak
            Priority: Minor


With the current implementation in place splitting single test in several executions can only happen from within Arquillian events (so we run n tests from within single test). This in particular happens for running contract tests for Pact, where one test spawns several verifications based on the content of the contract itself.

Even though the {{List<TestResult>}} is used as a container object for TestResult instance passed along when Test event is fired, it can happen one test can be fired multiple times (for example in arquillian-algeron).

The temporary solution for this problem could be that all the results are collected into one instance of TestResult.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the arquillian-issues mailing list