WithTimesChecker

Represents a checker which is based on the number of times a search criterion is found within the search input.

Inheritors

Properties

Link copied to clipboard
abstract val times: Int

The number which the check uses to compare against the actual number of times an expected search criterion is found in the search input.

Functions

Link copied to clipboard
abstract fun createAssertion(foundNumberOfTimes: Int): Assertion

Creates an Assertion representing this check based on the given foundNumberOfTimes which is the result of the search.