org.jbehave.core.steps.spring
Class SpringApplicationContextFactory
java.lang.Object
org.jbehave.core.steps.spring.SpringApplicationContextFactory
public class SpringApplicationContextFactory
- extends Object
Factory for Spring ApplicationContext
using the specified resources
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringApplicationContextFactory
public SpringApplicationContextFactory(String... resources)
SpringApplicationContextFactory
public SpringApplicationContextFactory(ClassLoader classLoader,
String... resources)
SpringApplicationContextFactory
public SpringApplicationContextFactory(org.springframework.context.ApplicationContext parent,
ClassLoader classLoader,
String... resources)
createApplicationContext
public org.springframework.context.ConfigurableApplicationContext createApplicationContext()
Copyright © 2003-2011. All Rights Reserved.