Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Is there a way to run OSGi tests from inside an eclipse-plugin project?

Hi,


Regards,
Davy


From: tk@xxxxxxxxxxxxxx
Date: Fri, 10 Jun 2011 10:16:29 -0500
To: tycho-user@xxxxxxxxxxx
Subject: [tycho-user] Is there a way to run OSGi tests from inside an eclipse-plugin project?

I have an eclipse-test-plugin where I keep my JUnit tests for the eclipse-plugin project that I am developing. However, I also need to be able to run tests on code that resides in internal packages within my eclipse-plugin project. Is there a way to run OSGi-enabled tests from inside my eclipse-plugin (in src/test/java)?

Thanks.

_______________________________________________ tycho-user mailing list tycho-user@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top