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 Details

    • ContainsAllArgumentMatcher

      public ContainsAllArgumentMatcher(T... elems)
  • Method Details

    • matches

      public boolean matches(Collection collection)
      Specified by:
      matches in interface org.mockito.ArgumentMatcher<T>
    • containsAll

      protected boolean containsAll(Collection collection)