dhamini-poornachandra / mockito

Automatically exported from code.google.com/p/mockito
0 stars 0 forks source link

How to test extend class in OSGi #478

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 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:08

GoogleCodeExporter commented 8 years ago
Hi,

Could you ask on the mailing list (mockito@googlegroups.com) or on 
stackoverflow, the issue tracker is not meant for consumer support. Plus you'll 
reach more mockito users around the globe ;)

Cheers,

Original comment by brice.du...@gmail.com on 25 Mar 2014 at 1:50