]
Bartosz Majsak updated ARQ-2065:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
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
Assignee: 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.