Contains the contract for sophisticated Iterable contains
assertions
-- IterableContains
interface IterableContains
Defines the contract for sophisticated Iterable builders. |
fun <E, T : Iterable<E>, S : SearchBehaviour> CheckerOption<E, T, S>.addAssertion(assertion: Assertion): AssertionPlant<T>
Helper method to simplify adding assertions to the plant which itself is stored in CharSequenceContains.CheckerOption.containsBuilder. |