Where should I put testcode for an Eclipse plugin fragment?
问题 There are several posts I found while searching for best practice of where to put test code for an Eclipse plugin. Most of them suggest fragments like this I have a plugin single sourced and it has two fragments, one for RCP and one for RAP. Now if I create another fragment for testing I cannot access the RCP fragment API from the test fragment. There is a header Eclipse-ExtensibleAPI , if set to true the host plugin will make its fragment APIs available. But it's available to other plugins