rmarins / accord

Home for Open Source Managed File Transfer
12 stars 27 forks source link

Best approach to make sure OSGi bundles are deployable #3

Open rmarins opened 11 years ago

rmarins commented 11 years ago

Need help or recommendation about methods to automate testing of the OSGi bundles produced from the build of the library components. No OSGi container is actually used in the scope of this project, so I want to make sure the bundles packaged are usable when releasing.

gusto2 commented 11 years ago

There is a Pax Exam framework to test bundles in scope of OSGi container, IMHO the Accord should stay as a lightweight and universal framework, so it should keep it independent of any specific container. I have to write few unit tests for another OSGi project, so when having time, I could write a test case for Accord too..