[ini4j]

org.ini4j.spi
Class IniParserTest

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

public class IniParserTest
extends Ini4jCase


Constructor Summary
IniParserTest()
           
 
Method Summary
 void testEmpty()
           
 void testEmptyOption()
           
 void testGlobalSection()
           
 void testLower()
           
 void testNewInstance()
           
 void testParse()
           
 void testParseExceptions()
           
 void testUnnamedSection()
           
 
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

IniParserTest

public IniParserTest()
Method Detail

testEmpty

public void testEmpty()
               throws Exception
Throws:
Exception

testEmptyOption

public void testEmptyOption()
                     throws Exception
Throws:
Exception

testGlobalSection

public void testGlobalSection()
                       throws Exception
Throws:
Exception

testLower

public void testLower()
               throws Exception
Throws:
Exception

testNewInstance

public void testNewInstance()
                     throws Exception
Throws:
Exception

testParse

public void testParse()
               throws Exception
Throws:
Exception

testParseExceptions

public void testParseExceptions()
                         throws Exception
Throws:
Exception

testUnnamedSection

public void testUnnamedSection()
                        throws Exception
Throws:
Exception

[ini4j]