... until the collector arrives ...

This "blog" is really just a scratchpad of mine. There is not much of general interest here. Most of the content is scribbled down "live" as I discover things I want to remember. I rarely go back to correct mistakes in older entries. You have been warned :)

2009-06-22

Infinitest

Infinitest is an Eclipse plug-in that runs JUnit tests incrementally and continuously as you edit the classes under test.

It is a fantastic idea -- if it worked.  Unfortunately, it is not quite working yet.  Infinitest would find failures in my sandbox projects, but none in our main code base.  Maybe it cannot follow plug-in references yet?  The Eclipse error log always reports "No tests found to run for change []".

Blog Archive