Contains base classes for IContains.IChecker.
abstract class ContainsChecker : IChecker
Represents a base class for IContains.ICheckers which compare how many occurrences of an expected object are found in the input of the search, against how many times the check expect it to be contained. |