Re: [Pax-exam] Import package with attributes

2016-12-28 Thread Henri Tremblay
I'm currently trying but with mild results. I tried this: public static CompositeOption junitBundles() { return new DefaultCompositeOption(new JUnitBundlesOption(), systemProperty("pax.exam.invoker").value("junit"),

Re: [Pax-exam] Import package with attributes

2016-12-28 Thread Henri Tremblay
Thanks. I will try to wrap everything. In fact, I'm testing OSGi. I have an attribute that is supposed to allow poweruser to access EasyMock internal packages. This was done to allow compatibility for framework like PowerMock when using EasyMock in OSGi. However, normal use should not use