getLoggerConfigurationForLoggerThatDoesNotExistShouldReturnNull() — spring-boot Function Reference
Architecture documentation for the getLoggerConfigurationForLoggerThatDoesNotExistShouldReturnNull() function in LogbackLoggingSystemTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 16dd6654_1707_0927_cec2_713038349dba["getLoggerConfigurationForLoggerThatDoesNotExistShouldReturnNull()"] 58d8d837_b5a1_09c5_cdb4_ff02e18c8c38["initialize()"] 16dd6654_1707_0927_cec2_713038349dba -->|calls| 58d8d837_b5a1_09c5_cdb4_ff02e18c8c38 b15c04a4_75eb_7e91_22a9_00e01be70d97["getLoggerConfiguration()"] 16dd6654_1707_0927_cec2_713038349dba -->|calls| b15c04a4_75eb_7e91_22a9_00e01be70d97 501f40c7_eea3_8197_664f_2a7d4a9c3264["beforeInitialize()"] 16dd6654_1707_0927_cec2_713038349dba -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264 style 16dd6654_1707_0927_cec2_713038349dba fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java lines 298–304
@Test
void getLoggerConfigurationForLoggerThatDoesNotExistShouldReturnNull() {
this.loggingSystem.beforeInitialize();
initialize(this.initializationContext, null, null);
LoggerConfiguration configuration = this.loggingSystem.getLoggerConfiguration("doesnotexist");
assertThat(configuration).isNull();
}
Domain
Subdomains
Source
Frequently Asked Questions
What does getLoggerConfigurationForLoggerThatDoesNotExistShouldReturnNull() do?
getLoggerConfigurationForLoggerThatDoesNotExistShouldReturnNull() is a function in the spring-boot codebase.
What does getLoggerConfigurationForLoggerThatDoesNotExistShouldReturnNull() call?
getLoggerConfigurationForLoggerThatDoesNotExistShouldReturnNull() calls 3 function(s): beforeInitialize, getLoggerConfiguration, initialize.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free