interface WithTimesCheckerOption<out T : CharSequence, out S : CharSequenceContains.SearchBehaviour> : CharSequenceContains.CheckerOption<T, S>
A CharSequenceContains.CheckerOption which is used to choose a CharSequenceContains.Checker which is based on a number of times.
abstract val times: Int |
fun <T : Any, B : Contains.Builder<T, *>> Contains.CheckerOption<T, *, *, B>.
Helper method which simplifies adding assertions to the assertion container which itself is stored in Contains.CheckerOption.containsBuilder. |
|
infix fun <T : CharSequence> CharSequenceContains.CheckerOption<T, NoOpSearchBehaviour>.matchFor(pattern: Regex): Expect<T>
Finishes the specification of the sophisticated infix fun <T : CharSequence> CharSequenceContains.CheckerOption<T, NoOpSearchBehaviour>.matchFor(patterns: All<Regex>): Expect<T>
Finishes the specification of the sophisticated |
|
fun <T : CharSequence> CharSequenceContains.CheckerOption<T, NoOpSearchBehaviour>.regex(pattern: Regex, vararg otherPatterns: Regex): Expect<T>
Finishes the specification of the sophisticated |
interface
Represents the extension point for another option after a |
|
interface
Represents the extension point for another option after a |
|
interface
Represents the extension point for another option after a |
|
interface
Represents the extension point for another option after a |
|
interface
Represents the extension point for another option after a |
|
interface
Represents the extension point for another option after a |
|
interface
Represents the extension point for another option after a |
|
abstract class
The base class for builders which create a |
|
abstract class
The base class for builders which create a |
|
abstract class
The base class for builders which create the second step of a |
|
abstract class
The base class for builders which create a |
|
abstract class
The base class for builders which create a |