interface AtLeastChecker : AtLeastChecker, MapLikeContains.Checker
Represents a check that an expected search criterion is contained at least times in the search input. |
|
interface AtMostChecker : AtMostChecker, MapLikeContains.Checker
Represents a check that an expected search criterion is contained at most times in the search input. |
|
interface ExactlyChecker : ExactlyChecker, MapLikeContains.Checker
Represents a check that an expected search criterion is contained exactly times in the search input. |
|
interface NotChecker : NotChecker, MapLikeContains.Checker
Represents a check that an expected search criterion is not contained in the search input. |