Package-level declarations
Contains inter alia CharSequenceContains.Creator
s as well as the minimum set of functions which are intended to be used as part of the final step of the building process.
Types
Link copied to clipboard
interface CharSequenceContainsAssertions
Collection of assertion functions which are intended to be used as part of the final step of a sophisticated contains
-building process for CharSequence.
Functions
Link copied to clipboard
fun <T : CharSequence> CharSequenceContains.CheckerStepLogic<T, NoOpSearchBehaviour>.regex(expected: List<String>): AssertionGroup
fun <T : CharSequence> CharSequenceContains.CheckerStepLogic<T, NoOpSearchBehaviour>.regex(expected: List<Regex>): AssertionGroup
Link copied to clipboard
fun <T : CharSequence> CharSequenceContains.CheckerStepLogic<T, IgnoringCaseSearchBehaviour>.regexIgnoringCase(expected: List<String>): AssertionGroup
Link copied to clipboard
fun <T : CharSequence> CharSequenceContains.CheckerStepLogic<T, NoOpSearchBehaviour>.values(expected: List<CharSequenceOrNumberOrChar>): AssertionGroup
Link copied to clipboard