I have 2 questions about using the junit4osgi package:
- Can i write a bundle for automatically running tests
Example:
- I write a bundle Helloworld service, deploy it into OSGi (Felix)
- I write a bundle Test, it will automatically run tests whenever the
Helloword service start- Can i write the junit result to file (.html or .txt) ?

