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
Post a Comment