[ini4j]

org.ini4j.spi
Class BeanToolTest

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

public class BeanToolTest
extends Ini4jCase


Field Summary
protected  BeanTool instance
           
 
Constructor Summary
BeanToolTest()
           
 
Method Summary
 void setUp()
           
 void testInject()
           
protected  void testInject(String prefix)
           
 void testInjectIllegalArgument1()
           
 void testInjectIllegalArgument2()
           
 void testParse()
           
 void testSetGet()
           
 void testSingleton()
           
 void testZero()
           
 
Methods inherited from class Ini4jCase
missing
 
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
 

Field Detail

instance

protected BeanTool instance
Constructor Detail

BeanToolTest

public BeanToolTest()
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class Ini4jCase
Throws:
Exception

testInject

public void testInject()
                throws Exception
Throws:
Exception

testInjectIllegalArgument1

public void testInjectIllegalArgument1()
                                throws Exception
Throws:
Exception

testInjectIllegalArgument2

public void testInjectIllegalArgument2()
                                throws Exception
Throws:
Exception

testParse

public void testParse()
               throws Exception
Throws:
Exception

testSetGet

public void testSetGet()
                throws Exception
Throws:
Exception

testSingleton

public void testSingleton()
                   throws Exception
Throws:
Exception

testZero

public void testZero()
              throws Exception
Throws:
Exception

testInject

protected void testInject(String prefix)
                   throws Exception
Throws:
Exception

[ini4j]