Export to GitHub

mockito - issue #478

How to test extend class in OSGi


Posted on Mar 24, 2014 by Happy Rhino

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?

Comment #1

Posted on Mar 25, 2014 by Happy Horse

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,

Status: Invalid

Labels:
Type-Defect Priority-Medium