Contains base classes which can be handy to implement Contains.Creator
abstract class ContainsAssertionCreator<T : Any, TT : Any, in SC, C : Contains.Checker> : Contains.Creator<T, SC>
Represents the base class for Contains.Creators, providing a template to fulfill its job. |
|
abstract class ContainsObjectsAssertionCreator<T : Any, TT : Any, in SC, S : Contains.SearchBehaviour, C : Contains.Checker> : ContainsAssertionCreator<T, TT, SC, C>
Represents the base class for Contains.Creators which use bare objects as search criteria (matching them
with |