ch.elca.el4j.tests.util.config
Class AbstractGenericConfigTest

java.lang.Object
  extended by 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

Constructor Summary
AbstractGenericConfigTest()
           
 
Method Summary
protected abstract  GenericConfig getDefaultConfig()
           
protected abstract  GenericConfig getMoreSpecificConfig()
           
protected abstract  GenericConfig getSpecificConfig()
           
 void testGenericConfig()
           
 void testMoreSpecificConfig()
           
 void testSpecificConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractGenericConfigTest

public AbstractGenericConfigTest()
Method Detail

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.