Is it possible to mock all the objects around an eclipse RCP application? -


i've been trying while bit strange...

i need invoke code gets executed eclipse rcp wizard window outside rcp environment.

basically third party team has built installer using eclipse rcp framework , 1 of functionalities of installer export data.

i need perform same data export programmatically outside whole rcp scope. (basically ant).

the issues seem facing connected not having org.osgi.framework.bundlecontext objects populated.

any idea how can mock them?

thank in advance

found answer... import org.springframework.osgi.mock;


Comments

Popular posts from this blog

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

Android Gson.fromJson error -