doc / ch.tutteli.atrium.api.fluent.en_GB / isAbsolute

isAbsolute

fun <T : Path> Expect<T>.isAbsolute(): Expect<T> (source)
Deprecated: Use toBeAbsolute; will be removed with 1.0.0 at the latest

Expects that the subject of this expectation (a Path) is an absolute path; meaning that the Path specified in this instance starts at the file system root.

Return
an Expect for the subject of this expectation.

Since
0.14.0