TestPropertySource() — spring-boot Function Reference
Architecture documentation for the TestPropertySource() function in PropertySourcesDeducerTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 14a80f0b_cddf_a4e1_02b5_f207c82b7767["TestPropertySource()"] c971bee2_e69f_08a4_0576_74291fdd094b["getPropertySourcesWhenHasNoPropertySourcesPlaceholderConfigurerReturnsEnvironmentSources()"] c971bee2_e69f_08a4_0576_74291fdd094b -->|calls| 14a80f0b_cddf_a4e1_02b5_f207c82b7767 4c476bac_1e3a_12c7_3b79_c0c169258ca3["getPropertySourcesWhenHasMultiplePropertySourcesPlaceholderConfigurerReturnsEnvironmentSources()"] 4c476bac_1e3a_12c7_3b79_c0c169258ca3 -->|calls| 14a80f0b_cddf_a4e1_02b5_f207c82b7767 d64d36fc_a02c_666d_0611_653261209943["propertySourcesPlaceholderConfigurer()"] d64d36fc_a02c_666d_0611_653261209943 -->|calls| 14a80f0b_cddf_a4e1_02b5_f207c82b7767 style 14a80f0b_cddf_a4e1_02b5_f207c82b7767 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/properties/PropertySourcesDeducerTests.java lines 122–124
TestPropertySource() {
super("test", Collections.emptyMap());
}
Domain
Subdomains
Called By
- getPropertySourcesWhenHasMultiplePropertySourcesPlaceholderConfigurerReturnsEnvironmentSources()
- getPropertySourcesWhenHasNoPropertySourcesPlaceholderConfigurerReturnsEnvironmentSources()
- propertySourcesPlaceholderConfigurer()
Source
Frequently Asked Questions
What does TestPropertySource() do?
TestPropertySource() is a function in the spring-boot codebase.
What calls TestPropertySource()?
TestPropertySource() is called by 3 function(s): getPropertySourcesWhenHasMultiplePropertySourcesPlaceholderConfigurerReturnsEnvironmentSources, getPropertySourcesWhenHasNoPropertySourcesPlaceholderConfigurerReturnsEnvironmentSources, propertySourcesPlaceholderConfigurer.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free