protected open fun mismatchesForNotSearchBehaviour(multiConsumableContainer: AssertionContainer<TT>, searchCriterion: SC): List<Assertion>
(source)
Finds the mismatched indices and values when the searchBehaviour is NotSearchBehaviour
in the subject of the
given multiConsumableContainer and creates a list of assertions about the mismatched indexed values
multiConsumableContainer
- The provider of the subject of this expectation in which we shall look for something
not matching the given searchCriterion.
searchCriterion
- The search criterion used to determine whether something matches or not.
Return
A list of Assertions that describe the indexed values that did not match the searchCriterion