Package de.novanic.eventservice.config.loader

Examples of de.novanic.eventservice.config.loader.ConfigurationLoader


*         <br>Time: 20:57:44
*/
public abstract class EventServiceTestCase
{
    public void setUp(EventServiceConfiguration anEventServiceConfiguration) {
        ConfigurationLoader theConfigurationLoader = new CustomConfigurationLoaderTestMode(anEventServiceConfiguration);
        EventServiceConfigurationFactory.getInstance().addCustomConfigurationLoader(theConfigurationLoader);
        FactoryResetService.resetFactory(EventRegistryFactory.class);
        FactoryResetService.resetFactory(DefaultEventExecutorService.class);
        FactoryResetService.resetFactory(UserManagerFactory.class);
        FactoryResetService.resetFactory(ConfigurationDependentFactory.class);
View Full Code Here

TOP

Related Classes of de.novanic.eventservice.config.loader.ConfigurationLoader

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.