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

TestSpringApplication() — spring-boot Function Reference

Architecture documentation for the TestSpringApplication() function in SpringApplicationTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  69816486_a4f0_d760_faa8_b84520ac7e8a["TestSpringApplication()"]
  dabb3318_ab3d_43f6_890e_2802ff426dcc["customEnvironment()"]
  dabb3318_ab3d_43f6_890e_2802ff426dcc -->|calls| 69816486_a4f0_d760_faa8_b84520ac7e8a
  8bb890ee_f6c1_250c_fd07_3dc8ad73f52d["customResourceLoader()"]
  8bb890ee_f6c1_250c_fd07_3dc8ad73f52d -->|calls| 69816486_a4f0_d760_faa8_b84520ac7e8a
  c8042738_498f_d24c_8339_5d0209cd07b6["customResourceLoaderFromConstructor()"]
  c8042738_498f_d24c_8339_5d0209cd07b6 -->|calls| 69816486_a4f0_d760_faa8_b84520ac7e8a
  8fce277c_b797_4fd3_92dc_9b7e3dbae960["customBeanNameGenerator()"]
  8fce277c_b797_4fd3_92dc_9b7e3dbae960 -->|calls| 69816486_a4f0_d760_faa8_b84520ac7e8a
  d75e8832_9bb6_96a3_67ef_bf5b1fd57510["loadSources()"]
  d75e8832_9bb6_96a3_67ef_bf5b1fd57510 -->|calls| 69816486_a4f0_d760_faa8_b84520ac7e8a
  8b837e79_83ba_b93a_b680_4138862f9c75["wildcardSources()"]
  8b837e79_83ba_b93a_b680_4138862f9c75 -->|calls| 69816486_a4f0_d760_faa8_b84520ac7e8a
  6d9654ae_cdaf_db25_b4c7_bffcc1061292["commandLineArgsApplyToSpringApplication()"]
  6d9654ae_cdaf_db25_b4c7_bffcc1061292 -->|calls| 69816486_a4f0_d760_faa8_b84520ac7e8a
  2a70e563_35e7_d0f5_8c43_c89d513a45e2["headless()"]
  2a70e563_35e7_d0f5_8c43_c89d513a45e2 -->|calls| 69816486_a4f0_d760_faa8_b84520ac7e8a
  57726c05_9664_6826_f56a_6e98ff33025b["headlessFalse()"]
  57726c05_9664_6826_f56a_6e98ff33025b -->|calls| 69816486_a4f0_d760_faa8_b84520ac7e8a
  f6c7b9fe_496e_2d69_4b72_07de9c9d03f5["headlessSystemPropertyTakesPrecedence()"]
  f6c7b9fe_496e_2d69_4b72_07de9c9d03f5 -->|calls| 69816486_a4f0_d760_faa8_b84520ac7e8a
  f000f339_9a14_37de_44de_eebc2219873e["getApplicationArgumentsBean()"]
  f000f339_9a14_37de_44de_eebc2219873e -->|calls| 69816486_a4f0_d760_faa8_b84520ac7e8a
  style 69816486_a4f0_d760_faa8_b84520ac7e8a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/SpringApplicationTests.java lines 1608–1610

		TestSpringApplication(Class<?>... primarySources) {
			super(primarySources);
		}

Domain

Subdomains

Called By

Frequently Asked Questions

What does TestSpringApplication() do?
TestSpringApplication() is a function in the spring-boot codebase.
What calls TestSpringApplication()?
TestSpringApplication() is called by 11 function(s): commandLineArgsApplyToSpringApplication, customBeanNameGenerator, customEnvironment, customResourceLoader, customResourceLoaderFromConstructor, getApplicationArgumentsBean, headless, headlessFalse, and 3 more.

Analyze Your Own Codebase

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

Try Supermodel Free