fun <T : Path> Expect<T>.isRelative(): Expect<T>
(source)
Expects that the subject of this
expectation (a Path) is a relative path;
meaning that the Path specified in this instance does not start at the file system root.
Return
an Expect for the subject of this
expectation.
Since
0.14.0