-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed as not planned
Labels
Description
Steps to reproduce
Using the latest staging
version of Eclipse, I make a new Java project and I put the JUnit 5 library on the modulepath. It uses version 5.13.4 which is fine... but double clicking Is modular
brings up its available modules, and org.junit.jupiter
is not among them.
- The three modules referenced by it are properly present.
- Of course, writing
import module org.junit.jupiter;
in the source code fails withThe import org.junit.jupiter cannot be resolved
. - Perhaps this is a smaller symptom, and the module is missing from other places, too?
- Or maybe it is a conscious choice that it's not available?
Deliverables
- Unless intentionally left out, make the
org.junit.jupiter
module be available in a standard Eclipse installation.