doc / ch.tutteli.atrium.logic.creating.charsequence.contains.searchbehaviours / NotSearchBehaviour

NotSearchBehaviour

interface NotSearchBehaviour : NoOpSearchBehaviour (source)

Represents still the default search behaviour but a CharSequenceContains.Checker should be used which verifies that the CharSequenceContains.Searcher could not find the expected object.

Inherited Functions

decorateDescription

open fun decorateDescription(description: Translatable): Translatable

Returns the given description.

Inheritors

NotSearchBehaviourImpl

class NotSearchBehaviourImpl : NotSearchBehaviour

Represents still the default search behaviour but a CharSequenceContains.Checker should be used which verifies that the CharSequenceContains.Searcher could not find the expected object.