public class FastIgnoreRuleTest extends Object
Constructor and Description |
---|
FastIgnoreRuleTest() |
Modifier and Type | Method and Description |
---|---|
void |
assertMatched(String pattern,
String path) |
void |
assertNotMatched(String pattern,
String path) |
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 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 Eclipse JGit Project. All rights reserved.