pombreda / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 1 forks source link

extend class test in osgi #800

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Now my project is wokong in Osgi.
I have a abstract class Parent in bundle A.
And Child1,Child2,Child3 is in other bundles.
As I have many function in class Parent. So I write a PartentTest in bundle A.
But in other bundle can not see the ParentTest. So I can not reuse the code in 
Child1Test.... This means I can not know the  if the public functions is 
correct in Childs

What shall I do?

Original issue reported on code.google.com by xierui.s...@gmail.com on 24 Mar 2014 at 4:02