Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] How to develop Junit tests for a fragment

Hi,

 

I have implemented a fragment F1 which use the Plugin P as host plugin (P have never package exported). Now I want to develop the unitary test of the fragment F, but I have a problem to access to the classes implemented in F1:

·         I create a second fragment F2 to develop my tests of fragment F1, but I found that is impossible to set F1 as host plugin of F2.

·         I create a plugin P2, but I found that is impossible to add the fragment F1 in the dependencies of P2. So the F1 cannot be imported in P2 and their classes are invisibles.

 

Are there any other ways to access to the classes of F1.

Best Regards

Hamdene

 


Back to the top