My eclipse seems not to be able to resolve JUnit 5 types when I write a test in a Java 9 module:
"Test cannot be resolved to a type"
I manually have added the JUnit 5 Library to the projects buildpath. Also I did these "clean project" and "update eclipse from pom.xml" kind of things.
When I build this project with the embedded Maven there is no problem, the test is compiled and executed.
Is it an eclipse bug in conjunction with java 9 modules or how do i have to configure eclipse correctly?
Configuration:
- eclipse Oxygen.2
- JDK 9.0.1