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

java.lang.Object
  extended by ch.elca.el4j.tests.util.config.AbstractGenericConfigTest
      extended by ch.elca.el4j.tests.util.config.GenericConfigJavaTest

public class GenericConfigJavaTest
extends AbstractGenericConfigTest

This class tests GenericConfig using pure Java (no Spring).

Author:
Stefan Wismer (SWI)
File-location:
GenericConfigJavaTest
Last check-in date:
2009-08-04 14:35:53 +0200 (Di, 04. Aug 2009) by swismer for revision 3875

Nested Class Summary
private  class GenericConfigJavaTest.DefaultConfig
          A default configuration class.
private  class GenericConfigJavaTest.MoreSpecificConfig
          A even more specific configuration class.
private  class GenericConfigJavaTest.SpecificConfig
          A specific configuration class.
 
Constructor Summary
GenericConfigJavaTest()
           
 
Method Summary
protected  GenericConfig getDefaultConfig()
          
protected  GenericConfig getMoreSpecificConfig()
          
protected  GenericConfig getSpecificConfig()
          
 
Methods inherited from class ch.elca.el4j.tests.util.config.AbstractGenericConfigTest
testGenericConfig, testMoreSpecificConfig, testSpecificConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericConfigJavaTest

public GenericConfigJavaTest()
Method Detail

getDefaultConfig

protected GenericConfig getDefaultConfig()

Specified by:
getDefaultConfig in class AbstractGenericConfigTest
Returns:
the default configuration

getSpecificConfig

protected GenericConfig getSpecificConfig()

Specified by:
getSpecificConfig in class AbstractGenericConfigTest
Returns:
the specific configuration

getMoreSpecificConfig

protected GenericConfig getMoreSpecificConfig()

Specified by:
getMoreSpecificConfig in class AbstractGenericConfigTest
Returns:
the more specific configuration


Copyright © 2005-2011 ELCA. All Rights Reserved.