Using MyEclipse 10.7-20121026
When I ask MyEclipse to run a JUnit 4 Unit test, using:
import org.apache.camel.test.junit4.CamelSpringJUnit4ClassRunner;
@RunWith(CamelSpringJUnit4ClassRunner.class)
If will run the test exactly once. If I try to do the same procedure: Run –> Debug as –> JUnit Test, it will run it exactly once. If I try again, it totally ignores the click and does nothing at all.
If I close MyEclipse and re-open it, the test runs fine–just once.
What am I doing wrong?
Thank you