org.apache.jetspeed.testhelpers
Class AbstractTestHelper
java.lang.Object
org.apache.jetspeed.testhelpers.AbstractTestHelper
- All Implemented Interfaces:
- TestHelper
- Direct Known Subclasses:
- BuildPropertiesHelper, DatasourceHelper
public abstract class AbstractTestHelper
- extends Object
- implements TestHelper
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APP_CONTEXT
public static final String APP_CONTEXT
- See Also:
- Constant Field Values
context
private final Map context
USER_PROPERTIES
private static final org.apache.commons.configuration.CompositeConfiguration USER_PROPERTIES
AbstractTestHelper
public AbstractTestHelper(Map context)
AbstractTestHelper
public AbstractTestHelper()
loadConfiguration
private static org.apache.commons.configuration.Configuration loadConfiguration(File propsFile)
throws org.apache.commons.configuration.ConfigurationException
- Throws:
org.apache.commons.configuration.ConfigurationException
getContext
public Map getContext()
- Specified by:
getContext
in interface TestHelper
getUserProperty
public final String getUserProperty(String key)
addBeanFactory
protected final void addBeanFactory(org.springframework.beans.factory.config.ConfigurableBeanFactory bf)
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.