Converts path text to Path
All 2 scenarios hold
expected outcome
broken scenario
| Scenario | Input value | Parameter type? | Path file name? | Path is absolute? |
|---|---|---|---|---|
| Absolute path | /path/to/file | java.nio.file.Path | file | true |
| Relative path | ./relative/path | java.nio.file.Path | path | false |