[ini4j]

org.ini4j.spi
Class AbstractBeanInvocationHandlerTest

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

public class AbstractBeanInvocationHandlerTest
extends Ini4jCase


Constructor Summary
AbstractBeanInvocationHandlerTest()
           
 
Method Summary
 void testGetProperty()
           
 void testGetSetHas()
           
 void testMisc()
           
 void testPropertyChangeListener()
           
 void testSetProperty()
           
 void testVetoableChangeListener()
           
 
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

AbstractBeanInvocationHandlerTest

public AbstractBeanInvocationHandlerTest()
Method Detail

testGetProperty

public void testGetProperty()
                     throws Exception
Throws:
Exception

testGetSetHas

public void testGetSetHas()
                   throws Exception
Throws:
Exception

testMisc

public void testMisc()
              throws Exception
Throws:
Exception

testPropertyChangeListener

public void testPropertyChangeListener()
                                throws Exception
Throws:
Exception

testSetProperty

public void testSetProperty()
                     throws Exception
Throws:
Exception

testVetoableChangeListener

public void testVetoableChangeListener()
                                throws Exception
Throws:
Exception

[ini4j]