testNonexistentConfigLocation() — spring-boot Function Reference
Architecture documentation for the testNonexistentConfigLocation() function in JavaLoggingSystemTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD f7ec4231_93ab_22a4_d58e_20f0e919c225["testNonexistentConfigLocation()"] bffa5cc2_2336_d219_9e81_a81a831f09b1["initialize()"] f7ec4231_93ab_22a4_d58e_20f0e919c225 -->|calls| bffa5cc2_2336_d219_9e81_a81a831f09b1 7717cdc8_e256_829d_da23_be6602ac541c["getInitializationContext()"] f7ec4231_93ab_22a4_d58e_20f0e919c225 -->|calls| 7717cdc8_e256_829d_da23_be6602ac541c 501f40c7_eea3_8197_664f_2a7d4a9c3264["beforeInitialize()"] f7ec4231_93ab_22a4_d58e_20f0e919c225 -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 style f7ec4231_93ab_22a4_d58e_20f0e919c225 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/java/JavaLoggingSystemTests.java lines 139–144
@Test
void testNonexistentConfigLocation() {
this.loggingSystem.beforeInitialize();
assertThatIllegalStateException().isThrownBy(() -> this.loggingSystem.initialize(getInitializationContext(),
"classpath:logging-nonexistent.properties", null));
}
Domain
Subdomains
Source
Frequently Asked Questions
What does testNonexistentConfigLocation() do?
testNonexistentConfigLocation() is a function in the spring-boot codebase.
What does testNonexistentConfigLocation() call?
testNonexistentConfigLocation() calls 3 function(s): beforeInitialize, getInitializationContext, initialize.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free