doc / ch.tutteli.atrium.assertions.basic.contains / IContains / ISearchBehaviour

ISearchBehaviour

interface ISearchBehaviour

Represents a search behaviour but leaves it up to the ICreator how this behaviour is implemented -- yet, it provides a method to decorate a description (an ITranslatable) in order that it reflects the search behaviour.

Functions

decorateDescription

abstract fun decorateDescription(description: ITranslatable): ITranslatable

Decorates the given description so that it represents the search behaviour and returns the result.

Inheritors

ISearchBehaviour

interface ISearchBehaviour : ISearchBehaviour

Represents a search behaviour but leaves it up to the ISearcher how this behaviour is implemented -- yet, it provides a method to decorate a description (an ITranslatable) in order that it reflects the search behaviour.

ISearchBehaviour

interface ISearchBehaviour : ISearchBehaviour

Represents a search behaviour but leaves it up to the ICreator how this behaviour is implemented -- yet, it provides a method to decorate a description (an ITranslatable) in order that it reflects the search behaviour.