Contains default implementations for the interfaces defined in ch.tutteli.atrium.logic.creating.charsequence.contains.checkers.
class DefaultAtLeastChecker : AtLeastChecker, ContainsChecker
Represents a check that an expected search criterion is contained at least times in the search input. |
|
class DefaultAtMostChecker : AtMostChecker, ContainsChecker
Represents a check that an expected search criterion is contained at most times in the search input. |
|
class DefaultExactlyChecker : ExactlyChecker, ContainsChecker
Represents a check that an expected search criterion is contained exactly times in the search input. |
|
class DefaultNotChecker : NotChecker
Represents a check that an expected search criterion is not contained in the search input. |