Contains CharSequenceContainsAssertions which defines the minimum set of CharSequence.Creators an implementation has to deliver as well as some extension functions which delegate to those.
interface CharSequenceContainsAssertions
Collection of assertion functions which are intended to be used as part of the final step of a sophisticated
|
fun <T : CharSequence> CharSequenceContains.CheckerStepLogic<T, NoOpSearchBehaviour>.regex(expected: List<String>): AssertionGroup |