public class FileBasedConfigTest extends Object
Constructor and Description |
---|
FileBasedConfigTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testIncludeAbsolute() |
void |
testIncludeRelativeDot() |
void |
testIncludeRelativeDotDot() |
void |
testIncludeRelativeDotDotNotFound() |
void |
testIncludeWithTilde() |
void |
testLeadingWhitespaces() |
void |
testSystemEncoding() |
void |
testUTF8withBOM() |
void |
testUTF8withoutBOM() |
public void testSystemEncoding() throws IOException, ConfigInvalidException
IOException
ConfigInvalidException
public void testUTF8withoutBOM() throws IOException, ConfigInvalidException
IOException
ConfigInvalidException
public void testUTF8withBOM() throws IOException, ConfigInvalidException
IOException
ConfigInvalidException
public void testLeadingWhitespaces() throws IOException, ConfigInvalidException
IOException
ConfigInvalidException
public void testIncludeAbsolute() throws IOException, ConfigInvalidException
IOException
ConfigInvalidException
public void testIncludeRelativeDot() throws IOException, ConfigInvalidException
IOException
ConfigInvalidException
public void testIncludeRelativeDotDot() throws IOException, ConfigInvalidException
IOException
ConfigInvalidException
public void testIncludeRelativeDotDotNotFound() throws IOException, ConfigInvalidException
IOException
ConfigInvalidException
public void testIncludeWithTilde() throws IOException, ConfigInvalidException
IOException
ConfigInvalidException
Copyright © 2020 Eclipse JGit Project. All rights reserved.