class DefaultAtLeastChecker : AtLeastChecker, ContainsChecker
Represents a check that an expected entry is contained at least times in the Iterable. |
|
class DefaultAtMostChecker : AtMostChecker, ContainsChecker
Represents a check that an expected entry is contained at most times in the Iterable. |
|
class DefaultExactlyChecker : ExactlyChecker, ContainsChecker
Represents a check that an expected entry is contained exactly times in the Iterable. |
|
class DefaultNotChecker : NotChecker
Represents a check that an expected entry is not contained in the Iterable. |