I have create a MagicDraw plugin and JUnit tests also. The tests are annotated with
@RunWith (MagicDrawTestRunner.class)
as it is written in the official documentation. When I tun the maven command to package it, I get this error:
java.lang.IllegalStateException: Application has to be started inside OSGI Framework
Does anybody know how should I set up my Maven Surefire plugin in order to get a running test case?