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.
other - the path to resolve against this subject's path
See Also
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.
other - the path string to resolve against this subject's path
See Also