org.apache.commons.configuration.beanutils
Class TestDefaultBeanFactory

java.lang.Object
  extended by org.apache.commons.configuration.beanutils.TestDefaultBeanFactory

public class TestDefaultBeanFactory
extends Object

Test class for DefaultBeanFactory.

Since:
1.3
Version:
$Id: TestDefaultBeanFactory.java 1225642 2011-12-29 20:31:38Z oheger $
Author:
Commons Configuration team

Constructor Summary
TestDefaultBeanFactory()
           
 
Method Summary
 void setUp()
           
 void testCreateBean()
          Tests creating a bean.
 void testGetDefaultBeanClass()
          Tests obtaining the default class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDefaultBeanFactory

public TestDefaultBeanFactory()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testGetDefaultBeanClass

public void testGetDefaultBeanClass()
Tests obtaining the default class. This should be null.


testCreateBean

public void testCreateBean()
                    throws Exception
Tests creating a bean.

Throws:
Exception


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.