abstract class NotCheckerOptionBase<out T : CharSequence, out S : SearchBehaviour> : CheckerOption<T, S>
(source)
The base class for builders which create a contains not
check within the fluent API of a sophisticated
contains
assertion for CharSequence.
T
- The input type of the search.
S
- The search behaviour which should be applied for the input of the search.
NotCheckerOptionBase(containsBuilder: Builder<T, S>)
The base class for builders which create a |
open val checkers: <ERROR CLASS>
Contains all Checkers which should be applied to the search result. |
|
open val containsBuilder: Builder<T, S>
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. |
open class
Represents the builder of a |
|
open class
Represents the builder of a |