When I click "Debug test file" in NetBeans on certain class, it is run against the binaries compiled from the last build.
I'd like NetBeans to recompile, but I can't find how to achieve that.
Also, it seems that sometimes the recompile happens - i.e. Maven is invoked. Must mostly I get runs with obsolete binaries.
How can I force NetBeans to recompile before running a (single) test?