Converts address text to URI, including non-URL schemes
All 3 scenarios hold
expected outcome
broken scenario
| Scenario | Input value | Parameter type? | URI scheme? |
|---|---|---|---|
| Web | https://junit.org/ | java.net.URI | https |
| Local file | file:///tmp/test | java.net.URI | file |
| URN | urn:isbn:0451450523 | java.net.URI | urn |