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