I tested several test solutions for OSGI, including PAX, and quickly looked at the abstract TestCase within Spring DM, but both of them seem to require one of them to assemble and bundle related packages. I was hoping to find something that works without this intermediate step.
Imagine the possibility of package packages on the way to classes, so that packages x and y make up the package XY and packages x and z make up the package XZ. Bundle XZ will not "see" package "y", but can import a service from XY living in package x. Any comments, if possible, or if an equivalent test file / library exists?
source share