public class FastIgnoreRuleTest extends Object
Modifier and Type | Field and Description |
---|---|
Boolean |
useOldRule |
Constructor and Description |
---|
FastIgnoreRuleTest() |
Modifier and Type | Method and Description |
---|---|
void |
assertMatched(String pattern,
String path,
Boolean... assume) |
void |
assertNotMatched(String pattern,
String path,
Boolean... assume) |
static Iterable<Boolean[]> |
data() |
void |
testAsterisk() |
void |
testAsteriskDot() |
void |
testAsteriskDotDoNotMatch() |
void |
testCharClass() |
void |
testDotAsteriskMatch() |
void |
testQuestionmark() |
void |
testQuestionmarkDoNotMatch() |
void |
testSegments() |
void |
testSegmentsDoNotMatch() |
void |
testSimpleCharClass() |
void |
testSimplePatterns() |
void |
testSimplePatternsDoNotMatch() |
void |
testSimpleRules() |
void |
testSplit() |
void |
testWildmatch() |
void |
testWildmatchDoNotMatch() |
public Boolean useOldRule
public void testSimpleCharClass()
public void testCharClass()
public void testAsteriskDot()
public void testAsteriskDotDoNotMatch()
public void testDotAsteriskMatch()
public void testAsterisk()
public void testQuestionmark()
public void testQuestionmarkDoNotMatch()
public void testSimplePatterns()
public void testSimplePatternsDoNotMatch()
public void testSegments()
public void testSegmentsDoNotMatch()
public void testWildmatch()
public void testWildmatchDoNotMatch()
public void testSimpleRules()
public void testSplit()
Copyright © 2015. All rights reserved.