ContainsAssertionCreator

constructor(searchBehaviour: Contains.SearchBehaviour, checkers: List<C>)(source)

Represents the base class for Contains.Creators, providing a template to fulfill its job.

Parameters

T

The type of the subject of this expectation.

TT

The type of the subject of this expectation after making it multiple times consumable.

SC

The type of the search criteria.

C

The type of the checkers in use (typically a sub interface of Contains.Checker).

checkers

The Contains.Checkers which shall be applied to the search result.