interface Checker : Contains.Checker
(source)
abstract fun createAssertion(foundNumberOfTimes: Int): Assertion
Creates an Assertion representing this check based on the given foundNumberOfTimes which is the result of the search. |
interface
Represents a deprecated check for the search result such as: the object is contained exactly once in the input of the search. |
|
interface
Represents a check for the search result such as: the object is contained exactly once in the input of the search. |
|
abstract class
Represents the deprecated 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. |