类的使用
org.springframework.test.context.support.AbstractDelegatingSmartContextLoader
使用AbstractDelegatingSmartContextLoader的程序包 程序包 说明 org.springframework.test.context.support Support classes for the Spring TestContext Framework.org.springframework.test.context.web Web support classes for the Spring TestContext Framework.org.springframework.test.context.support中AbstractDelegatingSmartContextLoader的使用
org.springframework.test.context.support中AbstractDelegatingSmartContextLoader的子类 修饰符和类型 类 说明 classDelegatingSmartContextLoaderDelegatingSmartContextLoaderis a concrete implementation ofAbstractDelegatingSmartContextLoaderthat delegates to aGenericXmlContextLoader(or aGenericGroovyXmlContextLoaderif Groovy is present in the classpath) and anAnnotationConfigContextLoader.org.springframework.test.context.web中AbstractDelegatingSmartContextLoader的使用
org.springframework.test.context.web中AbstractDelegatingSmartContextLoader的子类 修饰符和类型 类 说明 classWebDelegatingSmartContextLoaderWebDelegatingSmartContextLoaderis a concrete implementation ofAbstractDelegatingSmartContextLoaderthat delegates to aGenericXmlWebContextLoader(or aGenericGroovyXmlWebContextLoaderif Groovy is present on the classpath) and anAnnotationConfigWebContextLoader.