assertThatIsApplicationContextRegistered() — spring-boot Function Reference
Architecture documentation for the assertThatIsApplicationContextRegistered() function in SpringApplicationShutdownHookInstance.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD bd6413ef_9010_b92c_7029_34b01f85b736["assertThatIsApplicationContextRegistered()"] b4a12b98_0d93_def6_8af5_330a93642d49["registeredApplicationContext()"] b4a12b98_0d93_def6_8af5_330a93642d49 -->|calls| bd6413ef_9010_b92c_7029_34b01f85b736 ecafb7a5_4f8e_30f0_a1fa_c6d3b6fdc536["didNotRegisterApplicationContext()"] ecafb7a5_4f8e_30f0_a1fa_c6d3b6fdc536 -->|calls| bd6413ef_9010_b92c_7029_34b01f85b736 3dc59be6_081a_34fd_0727_a7b4669b8750["assertThat()"] bd6413ef_9010_b92c_7029_34b01f85b736 -->|calls| 3dc59be6_081a_34fd_0727_a7b4669b8750 style bd6413ef_9010_b92c_7029_34b01f85b736 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/SpringApplicationShutdownHookInstance.java lines 77–81
private AbstractBooleanAssert<?> assertThatIsApplicationContextRegistered(
ConfigurableApplicationContext context) {
return Assertions.assertThat(this.actual.isApplicationContextRegistered(context))
.as("ApplicationContext registered with shutdown hook");
}
Domain
Subdomains
Calls
Called By
- didNotRegisterApplicationContext()
- registeredApplicationContext()
Source
Frequently Asked Questions
What does assertThatIsApplicationContextRegistered() do?
assertThatIsApplicationContextRegistered() is a function in the spring-boot codebase.
What does assertThatIsApplicationContextRegistered() call?
assertThatIsApplicationContextRegistered() calls 1 function(s): assertThat.
What calls assertThatIsApplicationContextRegistered()?
assertThatIsApplicationContextRegistered() is called by 2 function(s): didNotRegisterApplicationContext, registeredApplicationContext.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free