CharSequenceContainsAssertionCreator
constructor(searchBehaviour: S, searcher: CharSequenceContains.Searcher<S, SC>, checkers: List<CharSequenceContains.Checker>, groupDescription: Translatable)(source)
Represents a creator for sophisticated contains
assertions for CharSequence.
Parameters
T
The type of the subject for which the contains
assertion is be build.
SC
The type of the search criteria.
S
The search behaviour which should be applied to the input of the search.
searchBehaviour
The search behaviour.
searcher
The search method which is used to search for given objects.
checkers
The checkers which create assertions based on the search result.