protected fun search(multiConsumableContainer: AssertionContainer<List<SC>>, searchCriterion: SC): Int
Overrides ContainsObjectsAssertionCreator.search
Searches for something matching the given searchCriterion in the subject of the given multiConsumableContainer and returns the number of occurrences.
multiConsumableContainer
- The provider of the subject of the assertion in which we shall look for something
matching the given searchCriterion.
searchCriterion
- The search criterion used to determine whether something matches or not.
Return
The number of times the searchCriterion matched in the subject of the assertion.