Contains default implementations for the interfaces defined in ch.tutteli.atrium.logic.creating.basic.contains.checkers.
abstract class ContainsChecker : Contains.Checker
Represents a base class for Contains.Checkers 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. |