public class RegexRulesTestCase extends Object
| Constructor and Description | 
|---|
RegexRulesTestCase()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
testClear()
Test rules and clear methods 
 | 
void | 
testMatchAll()
Test regex that matches everything 
 | 
void | 
testMatchMixed()
Test a mixed regex - in other words, one that sometimes returns true and sometimes false 
 | 
void | 
testMatchNothing()
Test regex matcher that matches nothing 
 | 
void | 
testSimpleRegexMatch()  | 
public RegexRulesTestCase()
public void testMatchAll()
public void testMatchNothing()
public void testMatchMixed()
public void testClear()
public void testSimpleRegexMatch()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.