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

assertThat() — spring-boot Function Reference

Architecture documentation for the assertThat() function in SpringApplicationShutdownHookInstance.java from the spring-boot codebase.

Function java GradlePlugin RunTasks calls 1 called by 22

Entity Profile

Dependency Diagram

graph TD
  3dc59be6_081a_34fd_0727_a7b4669b8750["assertThat()"]
  bd6413ef_9010_b92c_7029_34b01f85b736["assertThatIsApplicationContextRegistered()"]
  bd6413ef_9010_b92c_7029_34b01f85b736 -->|calls| 3dc59be6_081a_34fd_0727_a7b4669b8750
  ba595d06_73e5_42e2_1f94_eeaeb5684a5e["profileAndProperties()"]
  ba595d06_73e5_42e2_1f94_eeaeb5684a5e -->|calls| 3dc59be6_081a_34fd_0727_a7b4669b8750
  a3c18294_1521_b108_b903_eb11860d8063["propertiesAsMap()"]
  a3c18294_1521_b108_b903_eb11860d8063 -->|calls| 3dc59be6_081a_34fd_0727_a7b4669b8750
  76adf292_76d1_e832_0702_efd2aa4da2db["propertiesAsProperties()"]
  76adf292_76d1_e832_0702_efd2aa4da2db -->|calls| 3dc59be6_081a_34fd_0727_a7b4669b8750
  4484db74_dad6_405f_c01a_bced8d00f987["propertiesWithRepeatSeparator()"]
  4484db74_dad6_405f_c01a_bced8d00f987 -->|calls| 3dc59be6_081a_34fd_0727_a7b4669b8750
  2a1a9555_09db_43a0_3626_a9bca32b6d45["specificApplicationContextFactory()"]
  2a1a9555_09db_43a0_3626_a9bca32b6d45 -->|calls| 3dc59be6_081a_34fd_0727_a7b4669b8750
  67076c15_b040_090a_55a5_484545a5048b["parentContextCreationThatIsRunDirectly()"]
  67076c15_b040_090a_55a5_484545a5048b -->|calls| 3dc59be6_081a_34fd_0727_a7b4669b8750
  7c25eebe_682a_5b21_c5ae_1481e03cfa2f["parentContextCreationThatIsBuiltThenRun()"]
  7c25eebe_682a_5b21_c5ae_1481e03cfa2f -->|calls| 3dc59be6_081a_34fd_0727_a7b4669b8750
  02b44c9e_0b51_df83_849f_0a9c8c529007["parentContextCreationWithChildShutdown()"]
  02b44c9e_0b51_df83_849f_0a9c8c529007 -->|calls| 3dc59be6_081a_34fd_0727_a7b4669b8750
  f4ec6e49_f7c4_00af_b617_396b4f475602["contextWithClassLoader()"]
  f4ec6e49_f7c4_00af_b617_396b4f475602 -->|calls| 3dc59be6_081a_34fd_0727_a7b4669b8750
  0f4ca81c_9070_fd1b_248e_3ff5187b9805["parentContextWithClassLoader()"]
  0f4ca81c_9070_fd1b_248e_3ff5187b9805 -->|calls| 3dc59be6_081a_34fd_0727_a7b4669b8750
  3146d574_ee92_e556_38a5_7370f00a98e7["parentFirstCreation()"]
  3146d574_ee92_e556_38a5_7370f00a98e7 -->|calls| 3dc59be6_081a_34fd_0727_a7b4669b8750
  30737f1d_7b54_4af9_68b7_9e42d0e43f84["parentFirstCreationWithProfileAndDefaultArgs()"]
  30737f1d_7b54_4af9_68b7_9e42d0e43f84 -->|calls| 3dc59be6_081a_34fd_0727_a7b4669b8750
  fd7f2185_3a87_d0b2_5f33_529f77c81fe0["parentFirstWithDifferentProfile()"]
  fd7f2185_3a87_d0b2_5f33_529f77c81fe0 -->|calls| 3dc59be6_081a_34fd_0727_a7b4669b8750
  style 3dc59be6_081a_34fd_0727_a7b4669b8750 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

core/spring-boot/src/test/java/org/springframework/boot/SpringApplicationShutdownHookInstance.java lines 45–48

	@Override
	public Assert assertThat() {
		return new Assert(this.shutdownHook);
	}

Domain

Subdomains

Calls

  • Assert()

Frequently Asked Questions

What does assertThat() do?
assertThat() is a function in the spring-boot codebase.
What does assertThat() call?
assertThat() calls 1 function(s): Assert.
What calls assertThat()?
assertThat() is called by 22 function(s): addBootstrapRegistryInitializer, assertThatIsApplicationContextRegistered, contextWithClassLoader, customApplicationWithResourceLoader, initializersCreatedOnce, initializersCreatedOnceForChild, initializersIncludeDefaults, parentContextCreationThatIsBuiltThenRun, and 14 more.

Analyze Your Own Codebase

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

Try Supermodel Free