Now I am using Pax Exam to test OSGI ,but when i create a osgi helloworld project,how should i use PaxExam to create a junit test project to test helloworld osgi? Thanks!
Asked
Active
Viewed 2,246 times
4
-
3I have a minimal example at https://github.com/bdelacretaz/paxexam-minimal-example based on the tutorial at https://github.com/tonit/Learn-PaxExam/tree/master/lesson-junit – Bertrand Delacretaz Jan 18 '13 at 08:14
-
Have you read http://team.ops4j.org/wiki/display/paxexam/Getting+Started+with+OSGi+Tests? – Harald Wellmann Jan 18 '13 at 17:37
-
You may find http://www.javabeat.net/2011/11/how-to-test-osgi-applications helpful. – Holly Cummins Jan 18 '13 at 19:26
-
OK,above is helpful,thanks – echo Jan 24 '13 at 05:30
-
1I think the PAX exam documentation is very sparse especially for someone new to it, like myself and trying to work out just which of the seemingly numerous PAX bundles are required just to try out a simple 'HelloWorld' test. – D-Dᴙum Mar 05 '17 at 17:31