ch.elca.el4j.tests.core
Interface ModuleTestContextConfiguration

All Known Implementing Classes:
ModuleTestContextCache.Configuration

public interface ModuleTestContextConfiguration

This interface allows to store a ModuleApplicationContext configuration in an external class (outside of subclass of AbstractTest) in a standardized way.

Author:
Stefan Wismer (SWI)
See Also:
ModuleTestContextCache
File-location:
ModuleTestContextConfiguration
Last check-in date:
2009-08-04 15:22:05 +0200 (Di, 04. Aug 2009) by swismer for revision 3881

Method Summary
 String[] getExclusiveConfigLocations()
           
 String[] getInclusiveConfigLocations()
           
 boolean isBeanOverridingAllowed()
           
 

Method Detail

getInclusiveConfigLocations

String[] getInclusiveConfigLocations()
Returns:
the string array with inclusive locations.

getExclusiveConfigLocations

String[] getExclusiveConfigLocations()
Returns:
the string array with exclusive locations.

isBeanOverridingAllowed

boolean isBeanOverridingAllowed()
Returns:
true if bean definition overriding should be allowed.


Copyright © 2005-2011 ELCA. All Rights Reserved.