[ini4j]

org.ini4j.spi
Class OptionsParserTest

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

public class OptionsParserTest
extends Ini4jCase


Constructor Summary
OptionsParserTest()
           
 
Method Summary
 void testBad()
           
 void testEmptyOption()
           
 void testNewInstance()
           
 void testParse()
           
 void testUnicode()
           
 
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

OptionsParserTest

public OptionsParserTest()
Method Detail

testBad

public void testBad()
             throws Exception
Throws:
Exception

testEmptyOption

public void testEmptyOption()
                     throws Exception
Throws:
Exception

testNewInstance

public void testNewInstance()
                     throws Exception
Throws:
Exception

testParse

public void testParse()
               throws Exception
Throws:
Exception

testUnicode

public void testUnicode()
                 throws Exception
Throws:
Exception

[ini4j]