[ini4j]

org.ini4j.spi
Class OptionsFormatterTest

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

public class OptionsFormatterTest
extends Ini4jCase


Constructor Summary
OptionsFormatterTest()
           
 
Method Summary
 void testFormat()
           
 void testNewInstance()
           
 void testWithStrictOperatorEmptyOptions()
           
 void testWithStrictOperatorNoEmptyOptions()
           
 
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

OptionsFormatterTest

public OptionsFormatterTest()
Method Detail

testFormat

public void testFormat()
                throws Exception
Throws:
Exception

testNewInstance

public void testNewInstance()
                     throws Exception
Throws:
Exception

testWithStrictOperatorEmptyOptions

public void testWithStrictOperatorEmptyOptions()
                                        throws Exception
Throws:
Exception

testWithStrictOperatorNoEmptyOptions

public void testWithStrictOperatorNoEmptyOptions()
                                          throws Exception
Throws:
Exception

[ini4j]