I've tried to get the Infinitest Plugin for Eclipse to automatically run my tests. According to the documentation, it hooks into all @Test
annotated tests and runs the test class, as soon as the system under test class is changed.
The plugin was installed via the eclipse update site provided at the github page. I do have the status bar as expected, but it simply stays yellow saying "No related tests found for last change".
So far I've tried several project types down to a simple java project - I can manually run all tests via Run As -> JUnit Test
and JUnit works as expected. Infinitest is enabled in the preferences. Several tutorials, the (extremely short) documentation and pages have not helped. I don't have a filter file present.
I am running Eclipse Mars (4.5.1) on Ubuntu 15.10 with Infinitest 5.1.115 and JUnit 4.12.0.