TestPropertySource() — spring-boot Function Reference
Architecture documentation for the TestPropertySource() function in ConfigDataEnvironmentContributorPlaceholdersResolverTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD cbc793ed_e97d_c15a_6845_afdda27db139["TestPropertySource()"] 3c97d685_c408_0a72_f030_e3f55e8b7efd["resolvePlaceholdersWhenFoundReturnsFirstMatch()"] 3c97d685_c408_0a72_f030_e3f55e8b7efd -->|calls| cbc793ed_e97d_c15a_6845_afdda27db139 ac167e64_a056_9ebb_59b2_664fce41307c["shouldUseConversionService()"] ac167e64_a056_9ebb_59b2_664fce41307c -->|calls| cbc793ed_e97d_c15a_6845_afdda27db139 4a155ee7_ecba_f776_c12e_f5dee75d0a09["resolvePlaceholdersWhenFoundInInactiveThrowsException()"] 4a155ee7_ecba_f776_c12e_f5dee75d0a09 -->|calls| cbc793ed_e97d_c15a_6845_afdda27db139 9d3e79b6_ef9f_f7b1_a830_ef28b5b653aa["resolvePlaceholderWhenFoundInInactiveAndIgnoringReturnsResolved()"] 9d3e79b6_ef9f_f7b1_a830_ef28b5b653aa -->|calls| cbc793ed_e97d_c15a_6845_afdda27db139 style cbc793ed_e97d_c15a_6845_afdda27db139 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/config/ConfigDataEnvironmentContributorPlaceholdersResolverTests.java lines 132–134
TestPropertySource(String name, String key, String value) {
this(name, Collections.singletonMap(key, value));
}
Domain
Subdomains
Called By
- resolvePlaceholderWhenFoundInInactiveAndIgnoringReturnsResolved()
- resolvePlaceholdersWhenFoundInInactiveThrowsException()
- resolvePlaceholdersWhenFoundReturnsFirstMatch()
- shouldUseConversionService()
Source
Frequently Asked Questions
What does TestPropertySource() do?
TestPropertySource() is a function in the spring-boot codebase.
What calls TestPropertySource()?
TestPropertySource() is called by 4 function(s): resolvePlaceholderWhenFoundInInactiveAndIgnoringReturnsResolved, resolvePlaceholdersWhenFoundInInactiveThrowsException, resolvePlaceholdersWhenFoundReturnsFirstMatch, shouldUseConversionService.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free