spring-framework / org.springframework.test.context.support / AnnotationConfigContextLoader / processContextConfiguration

processContextConfiguration

open fun processContextConfiguration(configAttributes: ContextConfigurationAttributes): Unit

Process annotated classes in the supplied ContextConfigurationAttributes.

If the annotated classes are null or empty and #isGenerateDefaultLocations() returns true, this SmartContextLoader will attempt to . If defaults are detected they will be set in the supplied configuration attributes. Otherwise, properties in the supplied configuration attributes will not be modified.

Parameters

configAttributes - the context configuration attributes to process

See Also
org.springframework.test.context.SmartContextLoader#processContextConfiguration(ContextConfigurationAttributes)#isGenerateDefaultLocations()#detectDefaultConfigurationClasses(Class)