[ini4j]

org.ini4j.spi
Class IniFormatterTest

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

public class IniFormatterTest
extends Ini4jCase


Constructor Summary
IniFormatterTest()
           
 
Method Summary
 void testFormat()
           
 void testNewInstance()
           
 void testWithEmptyOption()
           
 void testWithoutConfig()
           
 void testWithStrictOperator()
           
 
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

IniFormatterTest

public IniFormatterTest()
Method Detail

testFormat

public void testFormat()
                throws Exception
Throws:
Exception

testNewInstance

public void testNewInstance()
                     throws Exception
Throws:
Exception

testWithEmptyOption

public void testWithEmptyOption()
                         throws Exception
Throws:
Exception

testWithoutConfig

public void testWithoutConfig()
                       throws Exception
Throws:
Exception

testWithStrictOperator

public void testWithStrictOperator()
                            throws Exception
Throws:
Exception

[ini4j]