| |
|
| org.apache.commons.lang.text.StrMatcherTest
Constructor Summary | |
public | StrMatcherTest(String name) Create a new test case with the specified name. |
StrMatcherTest | public StrMatcherTest(String name)(Code) | | Create a new test case with the specified name.
Parameters: name - the name |
main | public static void main(String[] args)(Code) | | Main method.
Parameters: args - command line arguments, ignored |
suite | public static Test suite()(Code) | | Return a new test suite containing this test case.
a new test suite containing this test case |
testCharMatcher_char | public void testCharMatcher_char()(Code) | | |
testCharSetMatcher_String | public void testCharSetMatcher_String()(Code) | | |
testCharSetMatcher_charArray | public void testCharSetMatcher_charArray()(Code) | | |
testCommaMatcher | public void testCommaMatcher()(Code) | | |
testDoubleQuoteMatcher | public void testDoubleQuoteMatcher()(Code) | | |
testMatcherIndices | public void testMatcherIndices()(Code) | | |
testNoneMatcher | public void testNoneMatcher()(Code) | | |
testQuoteMatcher | public void testQuoteMatcher()(Code) | | |
testSingleQuoteMatcher | public void testSingleQuoteMatcher()(Code) | | |
testSpaceMatcher | public void testSpaceMatcher()(Code) | | |
testSplitMatcher | public void testSplitMatcher()(Code) | | |
testStringMatcher_String | public void testStringMatcher_String()(Code) | | |
testTabMatcher | public void testTabMatcher()(Code) | | |
testTrimMatcher | public void testTrimMatcher()(Code) | | |
|
|
|