[ini4j]

org.ini4j
Class OptionsTest

Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by Ini4jCase
              extended by OptionsTest
All Implemented Interfaces:
junit.framework.Test

public class OptionsTest
extends Ini4jCase


Constructor Summary
OptionsTest()
           
 
Method Summary
 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()
           
 
Methods inherited from class Ini4jCase
missing, setUp
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, 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, format
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OptionsTest

public OptionsTest()
Method Detail

testCommentOnly

public void testCommentOnly()
                     throws Exception
Throws:
Exception

testConfig

public void testConfig()

testDwarfs

public void testDwarfs()
                throws Exception
Throws:
Exception

testLoad

public void testLoad()
              throws Exception
Throws:
Exception

testLoadException

public void testLoadException()
                       throws Exception
Throws:
Exception

testLowerCase

public void testLowerCase()
                   throws Exception
Throws:
Exception

testMultiOption

public void testMultiOption()
                     throws Exception
Throws:
Exception

testNoEmptyOption

public void testNoEmptyOption()
                       throws Exception
Throws:
Exception

testOneHeaderOnly

public void testOneHeaderOnly()
                       throws Exception
Throws:
Exception

testParseError

public void testParseError()
                    throws Exception
Throws:
Exception

testStoreException

public void testStoreException()
                        throws Exception
Throws:
Exception

testWithComment

public void testWithComment()
                     throws Exception
Throws:
Exception

testWithoutComment

public void testWithoutComment()
                        throws Exception
Throws:
Exception

testWithoutHeaderComment

public void testWithoutHeaderComment()
                              throws Exception
Throws:
Exception

[ini4j]