We have a rather larger Eclipse RCP application and are not sure how to properly test it's plugins.
- For each plugin, there is a test fragment that contains Unit tests.
- For smaller tests, that do not require the RCP Platform running, we simply invoke the "standard" JUnit test runner.

- For tests, that require the RCP Platform, there is the possibility to test it using the JUnit plugin test runner.

- For the JUnit plugin tests, it is possible to define which …