Converts address text to URL
All 2 scenarios hold
A URL needs a protocol handler, so unlike URI it rejects schemes such as urn:.
expected outcome
broken scenario
| Scenario | Input value | Parameter type? | URL protocol? |
|---|---|---|---|
| Web | https://junit.org/ | java.net.URL | https |
| Local file | file:///tmp/test | java.net.URL | file |