[ini4j]

org.ini4j
Class BasicProfileSectionTest

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

public class BasicProfileSectionTest
extends Ini4jCase


Constructor Summary
BasicProfileSectionTest()
           
 
Method Summary
 void testAddChild()
           
 void testGetChild()
           
 void testGetParent()
           
 void testLoad()
           
 
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

BasicProfileSectionTest

public BasicProfileSectionTest()
Method Detail

testAddChild

public void testAddChild()
                  throws Exception
Throws:
Exception

testGetChild

public void testGetChild()
                  throws Exception
Throws:
Exception

testGetParent

public void testGetParent()
                   throws Exception
Throws:
Exception

testLoad

public void testLoad()
              throws Exception
Throws:
Exception

[ini4j]