interface CheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S, Checker, Builder<T, S>>
(source)
The step of choosing/defining Checkers.
abstract val checkers: List<C>
Contains all Checkers which should be applied to the search result. |
|
abstract val containsBuilder: B
The previously chosen Builder, containing inter alia the AssertionPlant to which the resulting Assertion shall be added. |
fun <T : CharSequence, S : SearchBehaviour> CheckerOption<T, S>.addAssertion(assertion: Assertion): AssertionPlant<T>
Helper method to simplify adding assertions to the plant which itself is stored in CharSequenceContains.CheckerOption.containsBuilder. |
|
fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated |
|
infix fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated |
|
fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated |
|
infix fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated |
|
fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.regex(pattern: String, vararg otherPatterns: String): AssertionPlant<T>
Finishes the specification of the sophisticated fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.regex(pattern: String, vararg otherPatterns: String): AssertionPlant<T>
Finishes the specification of the sophisticated |
|
fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.regex(pattern: String, vararg otherPatterns: String): AssertionPlant<T>
Finishes the specification of the sophisticated fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.regex(pattern: String, vararg otherPatterns: String): AssertionPlant<T>
Finishes the specification of the sophisticated |
|
infix fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.regex(pattern: String): AssertionPlant<T>
Finishes the specification of the sophisticated infix fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.regex(pattern: String): AssertionPlant<T>
Finishes the specification of the sophisticated |
|
fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated |
|
infix fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated |
|
infix fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.the(values: Values<Any>): AssertionPlant<T>
Finishes the specification of the sophisticated infix fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.the(values: Values<Any>): AssertionPlant<T>
Finishes the specification of the sophisticated infix fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.the(patterns: RegexPatterns): AssertionPlant<T>
Finishes the specification of the sophisticated infix fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.the(patterns: RegexPatterns): AssertionPlant<T>
Finishes the specification of the sophisticated |
|
fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated |
|
infix fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated infix fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated |
|
fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.value(expected: Any): AssertionPlant<T>
Finishes the specification of the sophisticated fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.value(expected: Any): AssertionPlant<T>
Finishes the specification of the sophisticated |
|
infix fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.value(expected: Any): AssertionPlant<T>
Finishes the specification of the sophisticated infix fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.value(expected: Any): AssertionPlant<T>
Finishes the specification of the sophisticated |
|
fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.
Finishes the specification of the sophisticated fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.
Finishes the specification of the sophisticated |
|
fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.values(expected: Any, vararg otherExpected: Any): AssertionPlant<T>
Finishes the specification of the sophisticated fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.values(expected: Any, vararg otherExpected: Any): AssertionPlant<T>
Finishes the specification of the sophisticated |
|
fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.wert(expected: Any): AssertionPlant<T>
Finishes the specification of the sophisticated fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.wert(expected: Any): AssertionPlant<T>
Finishes the specification of the sophisticated |
|
fun <T : CharSequence> CheckerOption<T, NoOpSearchBehaviour>.werte(expected: Any, vararg otherExpected: Any): AssertionPlant<T>
Finishes the specification of the sophisticated fun <T : CharSequence> CheckerOption<T, IgnoringCaseSearchBehaviour>.werte(expected: Any, vararg otherExpected: Any): AssertionPlant<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 AtMostCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
Represents the extension point for another option after a |
|
interface AtMostCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
Represents the extension point for another option after a |
|
interface AtMostCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
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 ButAtMostCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
Represents the extension point for another option after a |
|
interface ButAtMostCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
Represents the extension point for another option after a |
|
interface ButAtMostCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
Represents the extension point for another option after a |
|
interface
The deprecated base class for builders which create CharSequenceContains.Checkers within the fluent API of a sophisticated
|
|
interface
Represents the extension point for another option after a |
|
interface
Represents the extension point for another option after a |
|
interface ExactlyCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
Represents the extension point for another option after a |
|
interface ExactlyCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
Represents the extension point for another option after a |
|
interface ExactlyCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
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 NotCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
Represents the extension point for another option after a |
|
interface NotCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
Represents the extension point for another option after a |
|
interface NotCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
Represents the extension point for another option after a |
|
abstract class NotCheckerOptionBase<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
The base class for builders which create a |
|
interface
Represents the extension point for another option after a |
|
interface
Represents the extension point for another option after a |
|
interface NotOrAtMostCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
Represents the extension point for another option after a |
|
interface NotOrAtMostCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
Represents the extension point for another option after a |
|
interface NotOrAtMostCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
Represents the extension point for another option after a |
|
interface WithTimesCheckerOption<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
A CharSequenceContains.CheckerOption which is used to choose a CharSequenceContains.Checker which is based on a number of times. |