Package de.hybris.platform.cms2.version
Class ContainsAllArgumentMatcher<T>
java.lang.Object
de.hybris.platform.cms2.version.ContainsAllArgumentMatcher<T>
- All Implemented Interfaces:
org.mockito.ArgumentMatcher<Collection>
public class ContainsAllArgumentMatcher<T>
extends Object
implements org.mockito.ArgumentMatcher<Collection>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancontainsAll(Collection collection) booleanmatches(Collection collection)
-
Constructor Details
-
ContainsAllArgumentMatcher
-
-
Method Details
-
matches
- Specified by:
matchesin interfaceorg.mockito.ArgumentMatcher<T>
-
containsAll
-