public static class

RegexMatchers.RegexMatches

extends TypeSafeMatcher<T>
java.lang.Object
   ↳ org.hamcrest.BaseMatcher<T>
     ↳ org.hamcrest.TypeSafeMatcher<T>
       ↳ com.atlassian.jira.functest.framework.util.RegexMatchers.RegexMatches

Summary

Public Constructors
RegexMatchers.RegexMatches(String regex)
Public Methods
void describeTo(Description description)
Protected Methods
boolean matchesSafely(String text)
[Expand]
Inherited Methods
From class org.hamcrest.TypeSafeMatcher
From class org.hamcrest.BaseMatcher
From class java.lang.Object
From interface org.hamcrest.Matcher
From interface org.hamcrest.SelfDescribing

Public Constructors

public RegexMatchers.RegexMatches (String regex)

Public Methods

public void describeTo (Description description)

Protected Methods

protected boolean matchesSafely (String text)