public class StrMatcherTest extends Object
StrMatcher.| Constructor and Description |
|---|
StrMatcherTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCharMatcher_char() |
void |
testCharSetMatcher_charArray() |
void |
testCharSetMatcher_String() |
void |
testCommaMatcher() |
void |
testDoubleQuoteMatcher() |
void |
testMatcherIndices() |
void |
testNoneMatcher() |
void |
testQuoteMatcher() |
void |
testSingleQuoteMatcher() |
void |
testSpaceMatcher() |
void |
testSplitMatcher() |
void |
testStringMatcher_String() |
void |
testTabMatcher() |
void |
testTrimMatcher() |
public StrMatcherTest()
public void testCommaMatcher()
public void testTabMatcher()
public void testSpaceMatcher()
public void testSplitMatcher()
public void testTrimMatcher()
public void testSingleQuoteMatcher()
public void testDoubleQuoteMatcher()
public void testQuoteMatcher()
public void testNoneMatcher()
public void testCharMatcher_char()
public void testCharSetMatcher_String()
public void testCharSetMatcher_charArray()
public void testStringMatcher_String()
public void testMatcherIndices()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.