Contains default implementations for the interfaces defined in ch.tutteli.atrium.logic.creating.charsequence.contains.searchbehaviours.
| class IgnoringCaseSearchBehaviourImpl : IgnoringCaseSearchBehaviourRepresents the search behaviour that a CharSequenceContains.Searcher should ignore case when searching for an expected object. | |
| class NoOpSearchBehaviourImpl : NoOpSearchBehaviourRepresents the default search behaviour or rather does not define a search behaviour at all. | |
| class NotSearchBehaviourImpl : NotSearchBehaviourRepresents still the default search behaviour but a CharSequenceContains.Checker should be used which verifies that the CharSequenceContains.Searcher could not find the expected object. |