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

NotSearchBehaviour

interface NotSearchBehaviour : NoOpSearchBehaviour
Deprecated: Use the NotSearchBehaviour from atrium-logic; will be removed with 1.0.0

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

CharSequenceContainsNotSearchBehaviour

open class CharSequenceContainsNotSearchBehaviour : CharSequenceContainsNoOpSearchBehaviour, NotSearchBehaviour

Represents the deprecated default search behaviour but uses DescriptionCharSequenceAssertion.CONTAINS_NOT for the description.