Eclipse - JUnit not recognized - All tests are failing
AlessandroGnoatto opened this issue · 1 comments
AlessandroGnoatto commented
Hi,
I am testing finmath with the newest release of Eclipse, Eclipse 2018-12. I started from a fresh install and installed the Maven-Git SCM. After that I imported the project from Import /Maven / Check out project from SCM.
Import works, unfortunately alle test classes are not working because Junit is not recognized.
Junit is mentioned among the dependencies but it is in "dark grey". I looked for multiple solutions on Stackoverflow but nothing worked so far. The best I could understand is that this is related to a new option in Eclipse Photon https://stackoverflow.com/questions/51372670/eclipse-maven-dependency-jar-grayed-out-cant-import-classes-from-it/52946385
AlessandroGnoatto commented