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

shouldEndWith

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