assertValid() — spring-boot Function Reference
Architecture documentation for the assertValid() function in ProfilesValidatorTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 90afa333_d2b9_f81e_3c26_c63852e99c6d["assertValid()"] 95c9fb94_6ce2_8031_e326_f3751f96ab91["validateWhenValid()"] 95c9fb94_6ce2_8031_e326_f3751f96ab91 -->|calls| 90afa333_d2b9_f81e_3c26_c63852e99c6d 19a274bb_d9c7_a72c_7ab7_6a36d8c8fa78["of()"] 90afa333_d2b9_f81e_3c26_c63852e99c6d -->|calls| 19a274bb_d9c7_a72c_7ab7_6a36d8c8fa78 eac1ce94_4a0e_3e70_0264_037b6c8b083d["bind()"] 90afa333_d2b9_f81e_3c26_c63852e99c6d -->|calls| eac1ce94_4a0e_3e70_0264_037b6c8b083d style 90afa333_d2b9_f81e_3c26_c63852e99c6d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/context/config/ProfilesValidatorTests.java lines 115–117
private void assertValid(String value) {
assertThatNoException().isThrownBy(() -> bind(Map.of("profile", value)));
}
Domain
Subdomains
Called By
- validateWhenValid()
Source
Frequently Asked Questions
What does assertValid() do?
assertValid() is a function in the spring-boot codebase.
What does assertValid() call?
assertValid() calls 2 function(s): bind, of.
What calls assertValid()?
assertValid() is called by 1 function(s): validateWhenValid.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free