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

shouldNotEndWith

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