[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology] Re: Plugin unit testing

If I understand you right, you just have as in regular plugin cooperation case to add your plugin project to a dependency list of your test plugin (wich causes adding it to test plugin class path).

Rajeev Sudra wrote:

Dear all,

If I have two projects, a plugin project and a test project for that plugin,
how can I get visibility to package members for testing purposes? I
understand that as each plugin project uses a separate classloader, even
though the package tree's are the same, there is no access to test these
package methods.

Many thanks in advance for your help, hope this is to the right news group!
Raj