doc / ch.tutteli.atrium.assertions.iterable.contains.searchbehaviours / IterableContainsNoOpSearchBehaviour

IterableContainsNoOpSearchBehaviour

open class IterableContainsNoOpSearchBehaviour : IterableContains.SearchBehaviour, NoOpSearchBehaviour
Deprecated: Use the interface NoOpSearchBehaviour instead; will be removed with 1.0.0

Represents the deprecated default search behaviour or rather does not define a search behaviour at all.

It furthermore implements a no operation for decorateDescription, meaning it passes back the description which is passed in (identity function).

Constructors

<init>

IterableContainsNoOpSearchBehaviour()

Represents the deprecated default search behaviour or rather does not define a search behaviour at all.