public class OptionsTest extends Ini4jCase
| Constructor and Description |
|---|
OptionsTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testCommentOnly() |
void |
testConfig() |
void |
testDwarfs() |
void |
testLoad() |
void |
testLoadException() |
void |
testLowerCase() |
void |
testMultiOption() |
void |
testNoEmptyOption() |
void |
testOneHeaderOnly() |
void |
testParseError() |
void |
testStoreException() |
void |
testWithComment() |
void |
testWithoutComment() |
void |
testWithoutHeaderComment() |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toStringassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, formatpublic OptionsTest()
public void testCommentOnly() throws Exception
Exceptionpublic void testConfig()
public void testDwarfs() throws Exception
Exceptionpublic void testLoad() throws Exception
Exceptionpublic void testLoadException() throws Exception
Exceptionpublic void testLowerCase() throws Exception
Exceptionpublic void testMultiOption() throws Exception
Exceptionpublic void testNoEmptyOption() throws Exception
Exceptionpublic void testOneHeaderOnly() throws Exception
Exceptionpublic void testParseError() throws Exception
Exceptionpublic void testStoreException() throws Exception
Exceptionpublic void testWithComment() throws Exception
Exceptionpublic void testWithoutComment() throws Exception
Exceptionpublic void testWithoutHeaderComment() throws Exception
Exception