OSGi Test Suite
- Dominant language
- Java
- Stars
- 12.7k
- Forks
- 1.7k
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
_From [mcculls](https://code.google.com/u/108081409801028235828/) on October 31, 2009 01:58:51_
The attached patch and binaries adds an OSGi test suite to Guice.
This test starts up an OSGi container using the new standard launch API and
installs the relevant bundles. It registers bindings for classes of varying
visibility and attempts to create instances of them. It then repeats, but
with method interception enabled for classes with enough visibility.
The aim is to check the OSGi manifest and test the code generation support.
At the moment you will see errors running the test, but I have patches to
fix all the errors which I will attach to the relevant issues (343 etc...)
Enjoy!
**Attachment:** [gist](https://gist.github.com/32d785c186e6ee0902bb)
_[GUICE_OSGI_TEST_SUITE_20091031.patch](https://gist.githubusercontent.com/gissuebot/32d785c186e6ee0902bb/raw/7c7f2486468690caa4169cac36f31fd9b0d41216/GUICE_OSGI_TEST_SUITE_20091031.patch)_
**Binary attachments:** [bnd-0.0.372.jar, felix-2.0.1.jar](http://code.google.com/p/google-guice/issues/detail?id=443)
_Original issue: http://code.google.com/p/google-guice/issues/detail?id=443_
Contributor guide
Assessment
This issue has not been assessed yet.