Generated by
JDiff

Package org.springframework.test.context

Added Classes
TestExecutionListeners.
MergeMode
Enumeration of modes that dictate whether or not explicitly declared listeners are merged with the default listeners when {@code @TestExecutionListeners} is declared on a class that does not inherit listeners from a superclass.
TestPropertySource {@code @TestPropertySource} is a class-level annotation that is used to configure the .locations of properties files and inlined .properties to be added to the {@code Environment}'s set of {@code PropertySources} for an ApplicationContext for integration tests.
 

Changed Classes
MergedContextConfiguration {@code MergedContextConfiguration} encapsulates the merged context configuration declared on a test class and all of its superclasses via @ContextConfiguration, @ActiveProfiles, and @TestPropertySource.