spring-framework/framework-docs/modules/ROOT/pages/testing
Sam Brannen abcad5dbcf Support property placeholders in @⁠Sql script paths
Prior to this commit, paths configured via the scripts attribute in
@⁠Sql were required to be final paths without dynamic placeholders;
however, being able to make script paths dependent on the current
environment can be useful in certain testing scenarios.

This commit introduces support for property placeholders (${...}) in
@⁠Sql script paths which will be replaced by properties available in
the Environment of the test's ApplicationContext.

Closes gh-33114
2024-07-03 17:16:53 +02:00
..
annotations Stop referring to old Spring versions in the reference manual 2024-07-01 18:37:46 +02:00
mockmvc Document AssertJ support for MockMvc 2024-06-21 12:51:35 +02:00
testcontext-framework Support property placeholders in @⁠Sql script paths 2024-07-03 17:16:53 +02:00
annotations.adoc Remove duplicated section links for test annotations 2023-09-13 17:50:12 +02:00
appendix.adoc Trim IDs with parent 2023-05-04 15:35:05 +01:00
integration.adoc Document AssertJ support for MockMvc 2024-06-21 12:51:35 +02:00
introduction.adoc Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
mockmvc.adoc Document AssertJ support for MockMvc 2024-06-21 12:51:35 +02:00
resources.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
spring-mvc-test-client.adoc Extract recurring asciidoc links to attributes, cleanup old doc files 2023-11-21 15:59:24 +01:00
support-jdbc.adoc Fix cross references 2023-05-04 15:35:05 +01:00
testcontext-framework.adoc Enable Section Summary TOC for small pages 2023-05-04 15:35:05 +01:00
unit.adoc Delete obsolete documentation for JNDI mock support 2024-07-01 18:32:28 +02:00
webtestclient.adoc Document AssertJ support for MockMvc 2024-06-21 12:51:35 +02:00