org.apache.jetspeed.prefs.util.test
Class AbstractPrefsSupportedTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.jetspeed.components.test.AbstractSpringTestCase
              extended by org.apache.jetspeed.components.util.DatasourceEnabledSpringTestCase
                  extended by org.apache.jetspeed.prefs.util.test.AbstractPrefsSupportedTestCase
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
AbstractSecurityTestcase, RegistrySupportedTestCase

public class AbstractPrefsSupportedTestCase
extends DatasourceEnabledSpringTestCase

AbstractPrefsSupportedTestCase

Version:
$Id: AbstractPrefsSupportedTestCase.java 516448 2007-03-09 16:25:47Z ate $
Author:
Scott T. Weaver

Field Summary
protected  PreferencesProvider prefsProvider
           
 
Fields inherited from class org.apache.jetspeed.components.util.DatasourceEnabledSpringTestCase
jndiDS
 
Fields inherited from class org.apache.jetspeed.components.test.AbstractSpringTestCase
ctx
 
Constructor Summary
AbstractPrefsSupportedTestCase()
           
 
Method Summary
protected  java.lang.String[] getBootConfigurations()
          optional specification of boot spring configurations
protected  java.lang.String[] getConfigurations()
          required specification of spring configurations
protected  void setUp()
          setup Spring context as part of test setup
 
Methods inherited from class org.apache.jetspeed.components.util.DatasourceEnabledSpringTestCase
tearDown
 
Methods inherited from class org.apache.jetspeed.components.test.AbstractSpringTestCase
getPostProcessProperties
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

prefsProvider

protected PreferencesProvider prefsProvider
Constructor Detail

AbstractPrefsSupportedTestCase

public AbstractPrefsSupportedTestCase()
Method Detail

getConfigurations

protected java.lang.String[] getConfigurations()
Description copied from class: AbstractSpringTestCase
required specification of spring configurations

Specified by:
getConfigurations in class AbstractSpringTestCase

getBootConfigurations

protected java.lang.String[] getBootConfigurations()
Description copied from class: AbstractSpringTestCase
optional specification of boot spring configurations

Overrides:
getBootConfigurations in class DatasourceEnabledSpringTestCase

setUp

protected void setUp()
              throws java.lang.Exception
Description copied from class: AbstractSpringTestCase
setup Spring context as part of test setup

Overrides:
setUp in class DatasourceEnabledSpringTestCase
Throws:
java.lang.Exception
See Also:
TestCase.setUp()


Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.