com.atlassian.plugin.util
Class TestRegularExpressions

java.lang.Object
  extended by com.atlassian.plugin.util.TestRegularExpressions

public class TestRegularExpressions
extends Object


Constructor Summary
TestRegularExpressions()
           
 
Method Summary
 void anyOfEmptyDoesntMatchAnything()
           
 void anyOfOneMatchesIt()
           
 void anyOfTwoMatchesEither()
           
 void anyOfWithOverlap()
           
 void naiveComplexExample()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRegularExpressions

public TestRegularExpressions()
Method Detail

anyOfEmptyDoesntMatchAnything

public void anyOfEmptyDoesntMatchAnything()

anyOfOneMatchesIt

public void anyOfOneMatchesIt()

anyOfTwoMatchesEither

public void anyOfTwoMatchesEither()

anyOfWithOverlap

public void anyOfWithOverlap()

naiveComplexExample

public void naiveComplexExample()


Copyright © 2014 Atlassian. All rights reserved.