public class IgnoreMatcherParametrizedTest extends Object
Constructor and Description |
---|
IgnoreMatcherParametrizedTest() |
Modifier and Type | Method and Description |
---|---|
void |
assertMatched(String pattern,
String target,
Boolean... assume)
Check for a match.
|
void |
assertNotMatched(String pattern,
String target,
Boolean... assume)
Check for a match.
|
void |
testBasic() |
void |
testDirModeAndNoRegex() |
void |
testDirModeAndRegex1() |
void |
testDirModeAndRegex2() |
void |
testDirModeAndRegex3() |
void |
testFileNameWildcards() |
void |
testNameOnlyMatches() |
void |
testNegation() |
void |
testParentDirectoryGitIgnores() |
void |
testTargetWithoutLeadingSlash() |
public void testBasic()
public void testFileNameWildcards()
public void testTargetWithoutLeadingSlash()
public void testParentDirectoryGitIgnores()
public void testDirModeAndNoRegex()
public void testDirModeAndRegex1()
public void testDirModeAndRegex2()
public void testDirModeAndRegex3()
public void testNameOnlyMatches()
public void testNegation()
public void assertMatched(String pattern, String target, Boolean... assume)
pattern
- Pattern as it would appear in a .gitignore filetarget
- Target file path relative to repository's GIT_DIRassume
- public void assertNotMatched(String pattern, String target, Boolean... assume)
pattern
- Pattern as it would appear in a .gitignore filetarget
- Target file path relative to repository's GIT_DIRassume
- Copyright © 2015 Eclipse JGit Project. All rights reserved.