Class StringCollectionMatcher

java.lang.Object
org.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<Collection<String>>
org.evomaster.client.java.controller.contentMatchers.StringCollectionMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<Collection<String>>, org.hamcrest.SelfDescribing

public class StringCollectionMatcher extends org.hamcrest.TypeSafeMatcher<Collection<String>>
  • Constructor Details

    • StringCollectionMatcher

      public StringCollectionMatcher(Collection<String> stringCollection)
    • StringCollectionMatcher

      public StringCollectionMatcher(String item)
    • StringCollectionMatcher

      public StringCollectionMatcher(Collection<String> stringCollection, String item)
  • Method Details