Tim Kington
Tim Kington
If I edit code and don't save the file, running the tests sometimes executes the old code. When I click run, the files are saved, but there seems to be...
It looks like something is wrong with the parsing of test failures when strings contain newlines. If I do: `assertEquals("if (x < 3){\n", "if (x < 3) {\n");` I get...
I have a gradle-based Java project, and it has been working fine. Recently it started refreshing the testing view every time a test run completes. It takes five or so...