URLFromURITest.java mixes JUnit 4 and Jupiter APIs:
It should import org.junit.jupiter.api.Test; instead of import org.junit.Test;
There may be more tests that have the same issue.
It should import org.junit.jupiter.api.Test; instead of import org.junit.Test;
There may be more tests that have the same issue.