class CharSequenceContainsBuilder<out T : CharSequence, out S : CharSequenceContains.SearchBehaviour> : ContainsBuilder<T, S>, CharSequenceContains.Builder<T, S>
(source)Represents the deprecated entry point of the fluent API of sophisticated contains
assertions.
It contains the subjectProvider for which the Assertion shall be build as well as the decoration behaviour which
shall be applied to the subjectProvider's subject.
T
- The input type of the search which is the same as the type of the subject of the
subjectProvider.
S
- The search behaviour which should be applied for the input of the search.
CharSequenceContainsBuilder(plant: AssertionPlant<T>, searchBehaviour: S)
Represents the entry point of the fluent API of sophisticated |
open val searchBehaviour: S
The search behaviour which shall be applied to the input of the search. |
|
open val subjectProvider: AssertionPlant<T>
The SubjectProvider from which this building process started and to which the resulting Assertion should be added. |
val <T : CharSequence> CharSequenceContains.Builder<T, NoOpSearchBehaviour>.
Defines that the search behaviour |
fun <T : CharSequence> CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>.elementsOf(expectedIterable: Iterable<Any>): Expect<T> |
|
fun <T : CharSequence, S : CharSequenceContains.SearchBehaviour> CharSequenceContains.Builder<T, S>.
Restricts a |
|
fun <T : CharSequence, S : CharSequenceContains.SearchBehaviour> CharSequenceContains.Builder<T, S>.
Restricts a |
|
infix fun <T : CharSequence> CharSequenceContains.Builder<T, NoOpSearchBehaviour>.
Defines that the decoration behaviour |
|
infix fun <T : CharSequence> CharSequenceContains.Builder<T, NoOpSearchBehaviour>.ignoring(case: case): CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>
Defines that the search behaviour |
|
fun <T : CharSequence, S : CharSequenceContains.SearchBehaviour> CharSequenceContains.Builder<T, S>.
Restricts a |
|
infix fun <T : CharSequence> CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>.regex(pattern: String): AssertionPlant<T>
Finishes the specification of the sophisticated |
|
infix fun <T : CharSequence> CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>.the(values: Values<Any>): AssertionPlant<T>
Finishes the specification of the sophisticated infix fun <T : CharSequence> CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>.the(patterns: RegexPatterns): AssertionPlant<T>
Finishes the specification of the sophisticated |
|
fun <T : CharSequence> CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated |
|
fun <T : CharSequence> CharSequenceContains.Builder<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated |
|
fun <T : CharSequence, S : CharSequenceContains.SearchBehaviour> CharSequenceContains.Builder<T, S>.
Restricts a |