strikt-core / strikt.assertions / resolve

resolve

infix fun <T : Path> Builder<T>.resolve(other: Path): Builder<Path>

Maps this assertion to an assertion of this subject resolved with the provided path.

Parameters

other - the path to resolve against this subject's path

See Also

Path.resolve

infix fun <T : Path> Builder<T>.resolve(other: String): Builder<Path>

Maps this assertion to an assertion of this subject resolved with the provided path.

Parameters

other - the path string to resolve against this subject's path

See Also

Path.resolve