Contains default implementations for the interfaces defined in ch.tutteli.atrium.logic.creating.charsequence.contains.searchbehaviours.
class IgnoringCaseSearchBehaviourImpl : IgnoringCaseSearchBehaviour
Represents the search behaviour that a CharSequenceContains.Searcher should ignore case when searching for an expected object. |
|
class NoOpSearchBehaviourImpl : NoOpSearchBehaviour
Represents the default search behaviour or rather does not define a search behaviour at all. |
|
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. |