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

Package ch.tutteli.atrium.logic.creating.charsequence.contains.searchbehaviours.impl

Contains default implementations for the interfaces defined in ch.tutteli.atrium.logic.creating.charsequence.contains.searchbehaviours.

Types

IgnoringCaseSearchBehaviourImpl

class IgnoringCaseSearchBehaviourImpl : IgnoringCaseSearchBehaviour

Represents the search behaviour that a CharSequenceContains.Searcher should ignore case when searching for an expected object.

NoOpSearchBehaviourImpl

class NoOpSearchBehaviourImpl : NoOpSearchBehaviour

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

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.