]
John Poth updated ARQ-1896:
---------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Simple commit. Everything is in the pull request description.
Make JMX objectname configurable for JMXTestRunner and
JMXMethodExecutor
------------------------------------------------------------------------
Key: ARQ-1896
URL:
https://issues.jboss.org/browse/ARQ-1896
Project: Arquillian
Issue Type: Feature Request
Components: Base Implementation
Affects Versions: 1.1.6.Final
Reporter: John Poth
Currently, JMXTestRunner#runTestMethod(String className, String methodName) expects to
find the test class and run the test method using the classloader set in the constructor.
This is a problem when my tests are expected to run inside different containers (hence
different classloaders). One easy work around is to publish one JMXTestRunner per
container (hence unique objectname has to be provided to avoid conflict).