When I started JUnit Plug-in Test, I always have eclipse GUI launched. Can I change the setup to prevent this?
I’m testing eclipse plugin – Difference between `JUnit Plug-in Test` and `JUnit Test` in eclipse


Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Are you developing Eclipse plugins (or an RCP application)?
No: You don’t want to run a “JUnit Plugin test”. Always run your tests as “Junit test”.
Yes: On the “Main” tab of your Junit Plugin test launch configuration, select the radio button “Run an application” and choose the application “No application – Headless Mode”.