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

analysisIsPerformed() — spring-boot Function Reference

Architecture documentation for the analysisIsPerformed() function in FailureAnalyzersIntegrationTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  c500488c_e08a_a1c3_3543_326e5cb63454["analysisIsPerformed()"]
  67bae297_b590_f5e5_2666_5d557e3b57b1["SpringApplicationBuilder()"]
  c500488c_e08a_a1c3_3543_326e5cb63454 -->|calls| 67bae297_b590_f5e5_2666_5d557e3b57b1
  96180309_d35f_64e9_f339_53aa62a53500["web()"]
  c500488c_e08a_a1c3_3543_326e5cb63454 -->|calls| 96180309_d35f_64e9_f339_53aa62a53500
  3613e214_49bf_015b_c43f_7f8a1274fb0b["run()"]
  c500488c_e08a_a1c3_3543_326e5cb63454 -->|calls| 3613e214_49bf_015b_c43f_7f8a1274fb0b
  style c500488c_e08a_a1c3_3543_326e5cb63454 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/diagnostics/FailureAnalyzersIntegrationTests.java lines 41–46

	@Test
	void analysisIsPerformed(CapturedOutput output) {
		assertThatException()
			.isThrownBy(() -> new SpringApplicationBuilder(TestConfiguration.class).web(WebApplicationType.NONE).run());
		assertThat(output).contains("APPLICATION FAILED TO START");
	}

Domain

Subdomains

Frequently Asked Questions

What does analysisIsPerformed() do?
analysisIsPerformed() is a function in the spring-boot codebase.
What does analysisIsPerformed() call?
analysisIsPerformed() calls 3 function(s): SpringApplicationBuilder, run, web.

Analyze Your Own Codebase

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

Try Supermodel Free