Package org.impalaframework.web.spring.loader

Examples of org.impalaframework.web.spring.loader.WebPlaceholderDelegatingContextLoader.loadApplicationContext()


public class WebPlaceholderDelegatingContextLoaderTest extends TestCase {

    public final void testLoadApplicationContext() {
        WebPlaceholderDelegatingContextLoader loader = new WebPlaceholderDelegatingContextLoader();
        ConfigurableApplicationContext context = loader.loadApplicationContext(null, null);
        assertNotNull(context);
        assertTrue(context.isActive());
    }

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.