Uses of Class
org.springframework.test.context.ContextConfigurationAttributes
Packages that use ContextConfigurationAttributes Package Description org.springframework.test.context This package contains the Spring TestContext Framework which provides annotation-driven unit and integration testing support that is agnostic of the actual testing framework in use.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.Uses of ContextConfigurationAttributes in org.springframework.test.context
Methods in org.springframework.test.context with parameters of type ContextConfigurationAttributes Modifier and Type Method Description voidSmartContextLoader. processContextConfiguration(ContextConfigurationAttributes configAttributes)Processes theContextConfigurationAttributesfor a given test class.Method parameters in org.springframework.test.context with type arguments of type ContextConfigurationAttributes Modifier and Type Method Description ContextCustomizerContextCustomizerFactory. createContextCustomizer(Class<?> testClass, List<ContextConfigurationAttributes> configAttributes)Create aContextCustomizerthat should be used to customize aConfigurableApplicationContextbefore it is refreshed.Uses of ContextConfigurationAttributes in org.springframework.test.context.support
Methods in org.springframework.test.context.support with parameters of type ContextConfigurationAttributes Modifier and Type Method Description voidAbstractContextLoader. processContextConfiguration(ContextConfigurationAttributes configAttributes)For backwards compatibility with theContextLoaderSPI, the default implementation simply delegates toAbstractContextLoader.processLocations(Class, String...), passing it thedeclaring classandresource locationsretrieved from the suppliedconfiguration attributes.voidAbstractDelegatingSmartContextLoader. processContextConfiguration(ContextConfigurationAttributes configAttributes)Delegates to candidateSmartContextLoadersto process the suppliedContextConfigurationAttributes.voidAnnotationConfigContextLoader. processContextConfiguration(ContextConfigurationAttributes configAttributes)Process component classes in the suppliedContextConfigurationAttributes.Method parameters in org.springframework.test.context.support with type arguments of type ContextConfigurationAttributes Modifier and Type Method Description protected ContextLoaderAbstractTestContextBootstrapper. resolveContextLoader(Class<?> testClass, List<ContextConfigurationAttributes> configAttributesList)Resolve theContextLoaderclass to use for the supplied list ofContextConfigurationAttributesand then instantiate and return thatContextLoader.protected Class<? extends ContextLoader>AbstractTestContextBootstrapper. resolveExplicitContextLoaderClass(List<ContextConfigurationAttributes> configAttributesList)Uses of ContextConfigurationAttributes in org.springframework.test.context.web
Methods in org.springframework.test.context.web with parameters of type ContextConfigurationAttributes Modifier and Type Method Description voidAnnotationConfigWebContextLoader. processContextConfiguration(ContextConfigurationAttributes configAttributes)Process annotated classes in the suppliedContextConfigurationAttributes.