Package net.stoerr.chatgpt.codevengine
Class GitIgnoreRulesTest
- java.lang.Object
-
- net.stoerr.chatgpt.codevengine.GitIgnoreRulesTest
-
public class GitIgnoreRulesTest extends Object
-
-
Constructor Summary
Constructors Constructor Description GitIgnoreRulesTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
testEmptyGitignoreFile()
void
testIsIgnored()
void
testIsNotIgnored()
void
testNegatedGitignoreRuleThrowsException()
void
testNoGitignoreFile()
void
testValidGitignoreRules()
-
-
-
Method Detail
-
setUp
public void setUp() throws IOException
- Throws:
IOException
-
tearDown
public void tearDown() throws IOException
- Throws:
IOException
-
testNoGitignoreFile
public void testNoGitignoreFile()
-
testEmptyGitignoreFile
public void testEmptyGitignoreFile() throws IOException
- Throws:
IOException
-
testValidGitignoreRules
public void testValidGitignoreRules() throws IOException
- Throws:
IOException
-
testNegatedGitignoreRuleThrowsException
public void testNegatedGitignoreRuleThrowsException() throws IOException
- Throws:
IOException
-
testIsIgnored
public void testIsIgnored() throws IOException
- Throws:
IOException
-
testIsNotIgnored
public void testIsNotIgnored() throws IOException
- Throws:
IOException
-
-