Generated by
JDiff

Package org.springframework.test.context

Changed Classes and Interfaces
ContextConfiguration {@code @ContextConfiguration} defines class-level metadata that is used to determine how to load and configure an ApplicationContext for integration tests.
ContextConfigurationAttributes {@code ContextConfigurationAttributes} encapsulates the context configuration attributes declared on a test class via @ContextConfiguration.
ContextLoader Strategy interface for loading an application context for an integration test managed by the Spring TestContext Framework.
MergedContextConfiguration {@code MergedContextConfiguration} encapsulates the merged context configuration declared on a test class and all of its superclasses via @ContextConfiguration and @ActiveProfiles.
SmartContextLoader Strategy interface for loading an application context for an integration test managed by the Spring TestContext Framework.