Home / Function/ applyingSystemPropertiesDoesNotCauseUnwantedStatusWarnings() — spring-boot Function Reference

applyingSystemPropertiesDoesNotCauseUnwantedStatusWarnings() — spring-boot Function Reference

Architecture documentation for the applyingSystemPropertiesDoesNotCauseUnwantedStatusWarnings() function in LogbackLoggingSystemTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  b392581f_1b59_99e6_a33f_133bc2fe997c["applyingSystemPropertiesDoesNotCauseUnwantedStatusWarnings()"]
  cd4620eb_deae_3575_f645_e33d9aacf415["of()"]
  b392581f_1b59_99e6_a33f_133bc2fe997c -->|calls| cd4620eb_deae_3575_f645_e33d9aacf415
  58d8d837_b5a1_09c5_cdb4_ff02e18c8c38["initialize()"]
  b392581f_1b59_99e6_a33f_133bc2fe997c -->|calls| 58d8d837_b5a1_09c5_cdb4_ff02e18c8c38
  501f40c7_eea3_8197_664f_2a7d4a9c3264["beforeInitialize()"]
  b392581f_1b59_99e6_a33f_133bc2fe997c -->|calls| 501f40c7_eea3_8197_664f_2a7d4a9c3264
  style b392581f_1b59_99e6_a33f_133bc2fe997c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/logging/logback/LogbackLoggingSystemTests.java lines 1056–1064

	@Test
	@WithNonDefaultXmlResource
	void applyingSystemPropertiesDoesNotCauseUnwantedStatusWarnings(CapturedOutput output) {
		this.loggingSystem.beforeInitialize();
		this.environment.getPropertySources()
			.addFirst(new MapPropertySource("test", Map.of("logging.pattern.console", "[CONSOLE]%m")));
		this.loggingSystem.initialize(this.initializationContext, "classpath:nondefault.xml", null);
		assertThat(output).doesNotContain("WARN");
	}

Domain

Subdomains

Frequently Asked Questions

What does applyingSystemPropertiesDoesNotCauseUnwantedStatusWarnings() do?
applyingSystemPropertiesDoesNotCauseUnwantedStatusWarnings() is a function in the spring-boot codebase.
What does applyingSystemPropertiesDoesNotCauseUnwantedStatusWarnings() call?
applyingSystemPropertiesDoesNotCauseUnwantedStatusWarnings() calls 3 function(s): beforeInitialize, initialize, of.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free