Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Convenient way to do plugin unit tests using projects configured in a particular way.

Hi,

I need to write unit tests for an eclipse plugin. The features that need to be tested require the test to create a new project inside the test workspace. That new project must also have other specific projects within its built path or their class files imported in some way. What is the best way for me to do this?

Previously I have tried creating a test workspace manually and making the test run in that workspace. This works, but I find it cumbersome to deploy.

Is there a standard way to configure such tests?

Thank you,
Tristan

Back to the top