ContainsObjectsAssertionCreator
Represents the base class for Contains.Creators which use bare objects as search criteria (matching them with ==
).
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.
S
The type of the current Contains.SearchBehaviour.
C
The type of the checkers in use (typically a sub interface of Contains.Checker).
searchBehaviour
The chosen search behaviour.
checkers
The Contains.Checkers which shall be applied to the search result.