[ini4j]

org.ini4j
Class BasicProfileTest

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

public class BasicProfileTest
extends Ini4jCase


Nested Class Summary
static interface BasicProfileTest.DwarfsRW
           
static interface BasicProfileTest.Global
           
static interface BasicProfileTest.Section
           
static class BasicProfileTest.SectionBean
           
 
Constructor Summary
BasicProfileTest()
           
 
Method Summary
 void bug_2817403()
           
 void testAddPut()
           
 void testFirstUpper()
           
 void testFromToAs()
           
 void testIniGetFetch()
           
 void testOptionArray()
           
 void testResolve()
           
 void testResolveArray()
           
 void testSectionArray()
           
 void testSetter()
           
 
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

BasicProfileTest

public BasicProfileTest()
Method Detail

bug_2817403

public void bug_2817403()
                 throws Exception
Throws:
Exception

testAddPut

public void testAddPut()

testFirstUpper

public void testFirstUpper()

testFromToAs

public void testFromToAs()
                  throws Exception
Throws:
Exception

testIniGetFetch

public void testIniGetFetch()

testOptionArray

public void testOptionArray()
                     throws Exception
Throws:
Exception

testResolve

public void testResolve()
                 throws Exception
Throws:
Exception

testResolveArray

public void testResolveArray()
                      throws Exception
Throws:
Exception

testSectionArray

public void testSectionArray()
                      throws Exception
Throws:
Exception

testSetter

public void testSetter()

[ini4j]