strikt-jvm / strikt.java / strikt.api.Assertion.Builder / endsWith

endsWith

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

Asserts that the subject end with the provided path.

Parameters

other - the given path

See Also

Path.endsWith

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

Asserts that the subject end with the provided path string.

Parameters

other - the given path string

See Also

Path.endsWith