com.atlassian.jira.functest.framework.util
Class RegexMatchers

java.lang.Object
  extended by com.atlassian.jira.functest.framework.util.RegexMatchers

public class RegexMatchers
extends Object

Set of convenient matchers for checking regular expressions

Since:
v6.1

Nested Class Summary
static class RegexMatchers.RegexMatches
           
static class RegexMatchers.RegexMatchesNot
           
 
Constructor Summary
RegexMatchers()
           
 
Method Summary
static RegexMatchers.RegexMatches regexMatches(String regex)
           
static RegexMatchers.RegexMatchesNot regexMatchesNot(String regex)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexMatchers

public RegexMatchers()
Method Detail

regexMatches

public static RegexMatchers.RegexMatches regexMatches(String regex)

regexMatchesNot

public static RegexMatchers.RegexMatchesNot regexMatchesNot(String regex)


Copyright © 2002-2014 Atlassian. All Rights Reserved.