org.apache.commons.configuration.beanutils
Class TestDefaultBeanFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestDefaultBeanFactory
public TestDefaultBeanFactory()
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.