kotest-assertions-core / io.kotest.matchers.collections / kotlin.Array / shouldEndWith

shouldEndWith

infix fun <T> Array<T>.shouldEndWith(element: T): Unit
infix fun <T> Array<T>.shouldEndWith(slice: Collection<T>): Unit
infix fun <T> Array<T>.shouldEndWith(slice: Array<T>): Unit