File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
spring-framework-reference/src Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 125
125
</itemizedlist >
126
126
</section >
127
127
<section >
128
- <title >TestContext framework support for @Configuration classes</title >
128
+ <title >TestContext framework support for @Configuration classes and bean definition profiles </title >
129
129
<para >The <interfacename >@ContextConfiguration</interfacename > annotation now
130
130
supports supplying <interfacename >@Configuration</interfacename > classes for
131
- configuring the Spring <classname >TestContext</classname ></para >
131
+ configuring the Spring <classname >TestContext</classname >. In addition, a new
132
+ <interfacename >@ActiveProfiles</interfacename > annotation has been introduced
133
+ to support declarative configuration of active bean definition profiles in
134
+ <interfacename >ApplicationContext</interfacename > integration tests.</para >
132
135
<itemizedlist >
133
136
<listitem >
134
137
<para >See org.springframework.test.context.ContextConfiguration Javadoc</para >
You can’t perform that action at this time.
0 commit comments