Class ContainsContentMatcher

  • All Implemented Interfaces:
    org.hamcrest.Matcher<Iterable<Content>>, org.hamcrest.SelfDescribing

    public class ContainsContentMatcher
    extends org.hamcrest.BaseMatcher<Iterable<Content>>
    Like Matchers.contains but matches an api content object by id
    • Method Detail

      • containsContent

        public static org.hamcrest.Matcher<Iterable<Content>> containsContent​(Content content)
      • matches

        public boolean matches​(Object items)
      • describeTo

        public void describeTo​(org.hamcrest.Description description)