I have two projects.

Bundle one has an abstract test class com.demo.one.test.AbstractTest
Bundle two has a test extending that Abstract test.

When I do an Import-Package in the TEST.MF of bundle two, it can not access the package com.demo.one.test, because it tis not exported by the manifest of bundle one.

It would be nice if I can export test packages in the TEST.MF of bundle one.

Or is there another solution?