ch.elca.el4j.tests.util.config
Class AbstractGenericConfigTest
java.lang.Object
ch.elca.el4j.tests.util.config.AbstractGenericConfigTest
- Direct Known Subclasses:
- GenericConfigJavaTest, GenericConfigSpringTest
public abstract class AbstractGenericConfigTest
- extends Object
This class tests GenericConfig.
- Author:
- Stefan Wismer (SWI)
- File-location:
- AbstractGenericConfigTest
- Last check-in date:
- 2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractGenericConfigTest
public AbstractGenericConfigTest()
testGenericConfig
public void testGenericConfig()
testSpecificConfig
public void testSpecificConfig()
testMoreSpecificConfig
public void testMoreSpecificConfig()
getDefaultConfig
protected abstract GenericConfig getDefaultConfig()
- Returns:
- the default configuration
getSpecificConfig
protected abstract GenericConfig getSpecificConfig()
- Returns:
- the specific configuration
getMoreSpecificConfig
protected abstract GenericConfig getMoreSpecificConfig()
- Returns:
- the more specific configuration
Copyright © 2005-2011 ELCA. All Rights Reserved.