Re: PAX-EXAM - issue with Abstract classes in PerSuite reactor

2018-03-09 Thread Matej Ferencak
Oh, OK, we did know about the Wiki page, but didn't take it seriously, because otherwise it worked pretty well for us until we ran into this issue. Thanks anyway, I guess we'll try to go on using a workaround and see how far it gets us. Regards, Matej. On Friday, March 9, 2018 at 1:32:01 PM U

Re: PAX-EXAM - issue with Abstract classes in PerSuite reactor

2018-03-09 Thread 'Christoph Läubrich' via OPS4J
This strategy (PerSuite) is only supported in Java EE, CDI and Web modes. Also please read the warning about "PerSuite" here: https://ops4j1.jira.com/wiki/spaces/PAXEXAM4/pages/54263848/Reactor+Strategies so it is very likely that it would produce inconsistent behaviour in OSGi modes. Am 09.

PAX-EXAM - issue with Abstract classes in PerSuite reactor

2018-03-09 Thread Matej Ferencak
Hi all, In our integration tests it’s common to have an abstract class with @Test methods where common / boilerplate test code is executed, with subclasses which implement abstract methods for actual test specialization. We are also grouping tests in a suite, to minimize container sta