]
Bartosz Majsak updated ARQ-2172:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Remove duplication in TestRunnerAdaptor
---------------------------------------
Key: ARQ-2172
URL:
https://issues.jboss.org/browse/ARQ-2172
Project: Arquillian
Issue Type: Enhancement
Components: Base Implementation
Affects Versions: 1.2.0.Final
Reporter: Bartosz Majsak
Assignee: Matous Jobanek
The code of the TestRunnerAdaptor management is same in both JUnit runner and JUnit class
rule. The same can be also applied to the logic that invokes the test method.
I've moved the code to separated classes that are used by both implementations