TestResource() — spring-boot Function Reference
Architecture documentation for the TestResource() function in ConfigDataEnvironmentContributorTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD d42a2b1e_13eb_6793_637c_9ed7b7139a08["TestResource()"] de2b2f20_af26_ef78_1668_58aead61731c["withChildrenAfterProfileActivationMovesProfileSpecificChildren()"] de2b2f20_af26_ef78_1668_58aead61731c -->|calls| d42a2b1e_13eb_6793_637c_9ed7b7139a08 ae61b310_af3a_6de2_feec_f439f1fd5d98["ofUnboundImportCreatesImportedContributor()"] ae61b310_af3a_6de2_feec_f439f1fd5d98 -->|calls| d42a2b1e_13eb_6793_637c_9ed7b7139a08 0e551aeb_dcb4_f128_7cc3_815a096c5f5c["bindCreatesImportedContributor()"] 0e551aeb_dcb4_f128_7cc3_815a096c5f5c -->|calls| d42a2b1e_13eb_6793_637c_9ed7b7139a08 4a035cc9_6861_261b_9251_ee246dbcddef["bindWhenConfigDataHasIgnoreImportsOptionsCreatesImportedContributorWithoutImports()"] 4a035cc9_6861_261b_9251_ee246dbcddef -->|calls| d42a2b1e_13eb_6793_637c_9ed7b7139a08 05449304_862c_5d7a_3542_bd03da3962d1["withBoundPropertiesWhenIgnoringImportsAndNothingBound()"] 05449304_862c_5d7a_3542_bd03da3962d1 -->|calls| d42a2b1e_13eb_6793_637c_9ed7b7139a08 882915e3_c8e7_394f_7651_c0ab8564a66b["createBoundContributor()"] 882915e3_c8e7_394f_7651_c0ab8564a66b -->|calls| d42a2b1e_13eb_6793_637c_9ed7b7139a08 style d42a2b1e_13eb_6793_637c_9ed7b7139a08 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/config/ConfigDataEnvironmentContributorTests.java lines 411–413
TestResource(String location) {
this.location = location;
}
Domain
Subdomains
Called By
- bindCreatesImportedContributor()
- bindWhenConfigDataHasIgnoreImportsOptionsCreatesImportedContributorWithoutImports()
- createBoundContributor()
- ofUnboundImportCreatesImportedContributor()
- withBoundPropertiesWhenIgnoringImportsAndNothingBound()
- withChildrenAfterProfileActivationMovesProfileSpecificChildren()
Source
Frequently Asked Questions
What does TestResource() do?
TestResource() is a function in the spring-boot codebase.
What calls TestResource()?
TestResource() is called by 6 function(s): bindCreatesImportedContributor, bindWhenConfigDataHasIgnoreImportsOptionsCreatesImportedContributorWithoutImports, createBoundContributor, ofUnboundImportCreatesImportedContributor, withBoundPropertiesWhenIgnoringImportsAndNothingBound, withChildrenAfterProfileActivationMovesProfileSpecificChildren.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free