us.ihmc.utilities.stringTools
Class StringAndRegularExpressionMatcherTest

java.lang.Object
  extended by us.ihmc.utilities.stringTools.StringAndRegularExpressionMatcherTest

public class StringAndRegularExpressionMatcherTest
extends java.lang.Object


Constructor Summary
StringAndRegularExpressionMatcherTest()
           
 
Method Summary
 void testCaseInsensitiveExactMatch()
           
 void testRegularExpression()
           
 void testRegularExpressionsAndStrings()
           
 void testSimpleExactMatch()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringAndRegularExpressionMatcherTest

public StringAndRegularExpressionMatcherTest()
Method Detail

testSimpleExactMatch

public void testSimpleExactMatch()

testCaseInsensitiveExactMatch

public void testCaseInsensitiveExactMatch()

testRegularExpression

public void testRegularExpression()

testRegularExpressionsAndStrings

public void testRegularExpressionsAndStrings()