JUnitLoop is a tiny Eclipse plug-in that executes all JUnit test cases in the workspace that might be affected when a class is saved.
10
stars
5
forks
source link
[JLoop] LoopLauncherWrapper code does not compile for runInSameVM() #2
Closed
jjohannes closed 12 years ago
Although this code is not used by JLoop itself, it should still compile. The code currently tries to call "run()" instead of "runInSameVM()".