'Running JUnit Tests from an Eclipse Plugin

I am working on an Eclipse Plugin where I can select an Eclipse Project and run the JUnit Test Suite of this project. Currently I am using the ILaunchConfiguration to start the tests Is there anointed way to start these tests? And how can I access the results?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source