Class ContainsContentMatcher

java.lang.Object
org.hamcrest.BaseMatcher<Iterable<Content>>
com.atlassian.confluence.it.api.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 Details

    • 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)