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
           
static class RegexMatchers.RegexMatchesPattern
           
static class RegexMatchers.RegexMatchesPatternNot
           
 
Constructor Summary
RegexMatchers()
           
 
Method Summary
static RegexMatchers.RegexMatches regexMatches(String regex)
           
static RegexMatchers.RegexMatchesNot regexMatchesNot(String regex)
           
static RegexMatchers.RegexMatchesPattern regexMatchesPattern(Pattern pattern)
           
static RegexMatchers.RegexMatchesPatternNot regexMatchesPatternNot(Pattern pattern)
           
 
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)

regexMatchesPattern

public static RegexMatchers.RegexMatchesPattern regexMatchesPattern(Pattern pattern)

regexMatchesPatternNot

public static RegexMatchers.RegexMatchesPatternNot regexMatchesPatternNot(Pattern pattern)


Copyright © 2002-2014 Atlassian. All Rights Reserved.