interface NotChecker : CharSequenceContains.Checker
Represents a check that an expected search criterion is not contained in the search input.
interface NotChecker : NotChecker, CharSequenceContains.Checker
Represents a check that an expected search criterion is not contained in the search input. |
|
interface NotChecker : NotChecker, IterableLikeContains.Checker
Represents a check that an expected search criterion is not contained in the search input. |
|
interface NotChecker : NotChecker, MapLikeContains.Checker
Represents a check that an expected search criterion is not contained in the search input. |