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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -