Class JavaLaunchHelper is implemented in both /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/bin/java and /Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/lib/libinstrument.dylib. One of the two will be used. Which one is undefined.
Caused by: java.lang.NoSuchFieldException: $jacocoAccess
...whereas if I add "apply plugin: 'cobertura'" (eriwen), the tests run, but the views never actually load (the initial gray rectangle is displayed) and I get the expected exception for each test, NoNodesFound...
...whereas if I add "apply plugin: 'cobertura'" (saliman), the tests run and finish successfully... but if I run the code coverage task "gradle cobertura" I get the exception...
Unable to instrument file (1x for my main stage class, 12x for my main controller class, 1x for a helper class, 1x for a minor controller class)
java.lang.IllegalArgumentException
...have you been able to get code coverage integrated with your Test FX tests?
Thanks!
Lane