Class IsRegex

java.lang.Object
org.hamcrest.BaseMatcher<Set<String>>
org.apache.maven.surefire.its.fixture.IsRegex
All Implemented Interfaces:
org.hamcrest.Matcher<Set<String>>, org.hamcrest.SelfDescribing

public final class IsRegex extends org.hamcrest.BaseMatcher<Set<String>>
Java Hamcrest Matcher with Regex.
  • Method Details

    • regex

      public static org.hamcrest.Matcher<Set<String>> regex(Set<String> expectedRegex)
    • regex

      public static org.hamcrest.Matcher<Set<String>> regex(String expectedRegex)
    • matches

      public boolean matches(Object o)
    • describeTo

      public void describeTo(org.hamcrest.Description description)