org.apache.jetspeed.testhelpers
Class AbstractTestHelper

java.lang.Object
  extended by org.apache.jetspeed.testhelpers.AbstractTestHelper
All Implemented Interfaces:
TestHelper
Direct Known Subclasses:
BuildPropertiesHelper, DatasourceHelper

public abstract class AbstractTestHelper
extends java.lang.Object
implements TestHelper


Field Summary
static java.lang.String APP_CONTEXT
           
 
Constructor Summary
AbstractTestHelper()
           
AbstractTestHelper(java.util.Map context)
           
 
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
 
Methods inherited from interface org.apache.jetspeed.testhelpers.TestHelper
setUp, tearDown
 

Field Detail

APP_CONTEXT

public static final java.lang.String APP_CONTEXT
See Also:
Constant Field Values
Constructor Detail

AbstractTestHelper

public AbstractTestHelper(java.util.Map context)

AbstractTestHelper

public AbstractTestHelper()
Method Detail

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.