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.
|
Modifier and Type | Method and Description |
---|---|
void |
SmartContextLoader.processContextConfiguration(ContextConfigurationAttributes configAttributes)
Processes the
ContextConfigurationAttributes for a given test class. |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingSmartContextLoader.processContextConfiguration(ContextConfigurationAttributes configAttributes)
Delegates to candidate
SmartContextLoaders to process the supplied
ContextConfigurationAttributes . |
void |
AbstractContextLoader.processContextConfiguration(ContextConfigurationAttributes configAttributes)
For backwards compatibility with the
ContextLoader SPI, the
default implementation simply delegates to #processLocations() ,
passing it the declaring class and resource locations retrieved from the supplied
configuration attributes . |
void |
AnnotationConfigContextLoader.processContextConfiguration(ContextConfigurationAttributes configAttributes)
Process configuration classes in the supplied
ContextConfigurationAttributes . |
Copyright © 2014. All rights reserved.