File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-test/src/main/java/org/springframework/test/context Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 173
173
* <strong>and</strong> {@code "extended.properties"} files as test property
174
174
* source locations.
175
175
* <pre class="code">
176
- * @TestPropertySource(" base.properties" )
176
+ * @TestPropertySource(" base.properties" )
177
177
* @ContextConfiguration
178
178
* public class BaseTest {
179
179
* // ...
180
180
* }
181
181
*
182
- * @TestPropertySource(" extended.properties" )
182
+ * @TestPropertySource(" extended.properties" )
183
183
* @ContextConfiguration
184
184
* public class ExtendedTest extends BaseTest {
185
185
* // ...
250
250
* {@code ExtendedTest} will be loaded using the inlined {@code key1}
251
251
* <strong>and</strong> {@code key2} properties.
252
252
* <pre class="code">
253
- * @TestPropertySource(properties = " key1 = value1" )
253
+ * @TestPropertySource(properties = " key1 = value1" )
254
254
* @ContextConfiguration
255
255
* public class BaseTest {
256
256
* // ...
257
257
* }
258
- * @TestPropertySource(properties = " key2 = value2" )
258
+ * @TestPropertySource(properties = " key2 = value2" )
259
259
* @ContextConfiguration
260
260
* public class ExtendedTest extends BaseTest {
261
261
* // ...
You can’t perform that action at this time.
0 commit comments