[ini4j]

org.ini4j
Class IniTest

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

public class IniTest
extends Ini4jCase


Constructor Summary
IniTest()
           
 
Method Summary
 void testCommentedOption()
           
 void testCommentOnly()
           
 void testLoad()
           
 void testLoadException()
           
 void testMulti()
           
 void testOneHeaderOnly()
           
 void testStore()
           
 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

IniTest

public IniTest()
Method Detail

testCommentedOption

public void testCommentedOption()
                         throws Exception
Throws:
Exception

testCommentOnly

public void testCommentOnly()
                     throws Exception
Throws:
Exception

testLoad

public void testLoad()
              throws Exception
Throws:
Exception

testLoadException

public void testLoadException()
                       throws Exception
Throws:
Exception

testMulti

public void testMulti()
               throws Exception
Throws:
Exception

testOneHeaderOnly

public void testOneHeaderOnly()
                       throws Exception
Throws:
Exception

testStore

public void testStore()
               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]