Contains base classes for IContains.ICreators.
abstract class ContainsAssertionCreator<T : Any, S, C : IChecker> : ICreator<T, S>
Represents the base class for IContains.ICreators, providing a template to fulfill its job. |
|
abstract class ContainsObjectsAssertionCreator<T : Any, S, B : ISearchBehaviour, C : IChecker> : ContainsAssertionCreator<T, S, C>
Represents the base class for IContains.ICreators which use bare objects as search criteria (matching them
with |