You can now see when tests are running and when they are done

I was getting frustrated that I couldn’t tell when Max was running and when it was done. I didn’t want a separate interface for status, though. I think I have a good solution.

JUnit Max 1.1.4 turns all the test failure markers into warnings instead of errors. When a test finishes, its marker is either deleted if the test passed or turned back into an error if the test failed again.

Practically, if you expect a failing test to pass, as soon as you see the marker disappear you can get back to coding because the test passed. Even in the JUnit project this happens in about two seconds (remember that Max runs the likeliest to fail tests first).

Leave a comment

Your comment