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 java.lang.Object
- implements TestHelper
Method Summary |
protected void |
addBeanFactory(org.springframework.beans.factory.config.ConfigurableBeanFactory bf)
|
java.util.Map |
getContext()
|
java.lang.String |
getUserProperty(java.lang.String key)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
APP_CONTEXT
public static final java.lang.String APP_CONTEXT
- See Also:
- Constant Field Values
AbstractTestHelper
public AbstractTestHelper(java.util.Map context)
AbstractTestHelper
public AbstractTestHelper()
getContext
public java.util.Map getContext()
- Specified by:
getContext
in interface TestHelper
getUserProperty
public final java.lang.String getUserProperty(java.lang.String key)
addBeanFactory
protected final void addBeanFactory(org.springframework.beans.factory.config.ConfigurableBeanFactory bf)
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.