[ini4j]

org.ini4j
Class BasicOptionMapTest

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

public class BasicOptionMapTest
extends Ini4jCase


Constructor Summary
BasicOptionMapTest()
           
 
Method Summary
 void testAddPutNullAndString()
           
 void testFetch()
           
 void testFetchAllException()
           
 void testFromToAs()
           
 void testFromToAsPrefixed()
           
 void testGet()
           
 void testGetAllException()
           
 void testPropertyFirstUpper()
           
 void testPut()
           
 void testPutAllException()
           
 void testPutGetFetchAll()
           
 void testResolve()
           
 
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

BasicOptionMapTest

public BasicOptionMapTest()
Method Detail

testAddPutNullAndString

public void testAddPutNullAndString()

testFetch

public void testFetch()

testFetchAllException

public void testFetchAllException()

testFromToAs

public void testFromToAs()
                  throws Exception
Throws:
Exception

testFromToAsPrefixed

public void testFromToAsPrefixed()
                          throws Exception
Throws:
Exception

testGet

public void testGet()

testGetAllException

public void testGetAllException()

testPropertyFirstUpper

public void testPropertyFirstUpper()

testPut

public void testPut()

testPutAllException

public void testPutAllException()

testPutGetFetchAll

public void testPutGetFetchAll()

testResolve

public void testResolve()
                 throws Exception
Throws:
Exception

[ini4j]