I tried to get the Infinitest Plugin for Eclipse to run my tests automatically. According to the documentation, it intercepts all the annotated @Test tags and runs the test class as soon as the system under the test class is changed.
The plugin was installed through the eclipse update site on the github page. I really have a status bar as expected, but it just stays yellow, saying "There are no related tests for the last change."
So far I have tried several types of projects up to a simple java project - I can manually run all the tests through Run As -> JUnit Test , and JUnit works as expected. Infinitest is included in the settings. Several tutorials, (extremely short) documentation and pages did not help. I do not have a filter file.
I am running Eclipse Mars (4.5.1) on Ubuntu 15.10 with Infinitest 5.1.115 and JUnit 4.12.0.
source share