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

shouldNotEndWith

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