org.apache.tapestry.junit.utils
Class TestRegexpMatcher

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.junit.TapestryTestCase
          extended by org.apache.tapestry.junit.utils.TestRegexpMatcher

public class TestRegexpMatcher
extends TapestryTestCase

Simple test case for RegexpMatcher.

Since:
3.0
Author:
Howard Lewis Ship

Field Summary
 
Fields inherited from class org.apache.tapestry.junit.TapestryTestCase
IS_JDK13
 
Constructor Summary
TestRegexpMatcher()
           
 
Method Summary
 void test_Bad_Pattern()
           
 void test_Get_Matches()
           
 void test_Non_Match()
           
 void testClear()
           
 void testContains()
           
 void testGetEscapedPatternStrings()
           
 void testGetMatchesAsObjects()
           
 void testGetMatchesNoMatch()
           
 void testGetMatchesSubgroup()
           
 void testMatch()
           
 void testNotContains()
           
 
Methods inherited from class org.apache.tapestry.junit.TapestryTestCase
checkException, checkList, checkList, checkProperty, createValueConverter, getSpecificationResourceLocation, newBindingSource, newComponent, parseApp, parseComponent, parseLib, parsePage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRegexpMatcher

public TestRegexpMatcher()
Method Detail

testMatch

public void testMatch()

test_Non_Match

public void test_Non_Match()

test_Bad_Pattern

public void test_Bad_Pattern()

testClear

public void testClear()

testContains

public void testContains()

testNotContains

public void testNotContains()

testGetEscapedPatternStrings

public void testGetEscapedPatternStrings()

test_Get_Matches

public void test_Get_Matches()
Since:
4.0

testGetMatchesAsObjects

public void testGetMatchesAsObjects()
Since:
4.0

testGetMatchesNoMatch

public void testGetMatchesNoMatch()
Since:
4.0

testGetMatchesSubgroup

public void testGetMatchesSubgroup()
Since:
4.0


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.