Package-level declarations

Contains (default) implementations for the interfaces defined in ch.tutteli.atrium.logic.creating.basic.contains.checkers.

Types

Link copied to clipboard
abstract class ContainsChecker(val times: Int, correctCall: String, wrongCall: (Int) -> String) : 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.