Hello, I am Emanuele Gesuato from Italy.
I am trying to override the swing gui of junit4osgi used in package " org.apache.felix.ipojo.junit4osgi.command" for our own purposes. In the swingRunner class there is this field: private OSGiJunitRunner m_runner; that is never instantiated. I don't understand how to instance it in the right way. The "impl" package of junit4osgi which have an implementation of OSGIJunitRunner (org.apache.felix.ipojo.junit4osgi.impl.JunitExtender) is not visible so I can't use it directly. What I have to do to get a correct instance ? I think there is some "magic" somewhere that autowire this field but I don't understand where is this place :) Could you help me ? Thanks, Emanuele Gesuato
