I want to ask you a simple question regarding my development environment configuration for running tests. I'm using Eclipse Helios and Junit4 and I put all my tests in a separate source folder. When I run my tests (all, some or just one, it's the same) Eclipse automatically opens the console panel to show the logged information of the class that is being tested.
Is there a way to avoid this and to keep Eclipse on the JUnit view (or panel), thus avoiding the console panel becoming active as soon as I run my tests? I tried closing the console panel, but it's reopened when I run tests...