org.apache.tapestry.junit.utils
Class TestRegexpMatcher
java.lang.Object
BaseComponentTestCase
org.apache.tapestry.junit.TapestryTestCase
org.apache.tapestry.junit.utils.TestRegexpMatcher
public class TestRegexpMatcher
- extends TapestryTestCase
Simple test case for RegexpMatcher
.
- Since:
- 3.0
- Author:
- Howard Lewis Ship
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 |
TestRegexpMatcher
public TestRegexpMatcher()
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.