ContainsObjectsAssertionCreator
Represents the base class for Contains.Creators which use bare objects as search criteria (matching them with ==
).
It provides a template to fulfill the job of creating the sophisticated contains
Assertion.
Parameters
The type of the subject of this expectation.
The type of the subject of this expectation after making it multiple times consumable.
The type of the search criteria.
The type of the current Contains.SearchBehaviour.
The type of the checkers in use (typically a sub interface of Contains.Checker).
The chosen search behaviour.
The Contains.Checkers which shall be applied to the search result.
Inheritors
Constructors
Represents the base class for Contains.Creators which use bare objects as search criteria (matching them with ==
).
Functions
Creates an AssertionGroup representing the sophisticated contains
assertion for the subject of the given container, based on the given searchCriteria.