TestApplicationContext() — spring-boot Function Reference
Architecture documentation for the TestApplicationContext() function in SpringApplicationShutdownHookTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 68f49705_57e4_b3a9_1729_c26b8da322bd["TestApplicationContext()"] 7cf6259e_f70d_9acd_7d27_09c00ac3014d["runClosesContextsBeforeRunningHandlerActions()"] 7cf6259e_f70d_9acd_7d27_09c00ac3014d -->|calls| 68f49705_57e4_b3a9_1729_c26b8da322bd 89cc4fce_4769_991c_423b_559cd741cef1["runWhenContextIsBeingClosedInAnotherThreadWaitsUntilContextIsInactive()"] 89cc4fce_4769_991c_423b_559cd741cef1 -->|calls| 68f49705_57e4_b3a9_1729_c26b8da322bd 10ef5860_d52b_644b_0a81_2b807856c661["runWhenContextIsClosedDirectlyRunsHandlerActions()"] 10ef5860_d52b_644b_0a81_2b807856c661 -->|calls| 68f49705_57e4_b3a9_1729_c26b8da322bd style 68f49705_57e4_b3a9_1729_c26b8da322bd fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/SpringApplicationShutdownHookTests.java lines 254–256
TestApplicationContext(List<Object> finished) {
this(finished, null, null);
}
Domain
Subdomains
Called By
- runClosesContextsBeforeRunningHandlerActions()
- runWhenContextIsBeingClosedInAnotherThreadWaitsUntilContextIsInactive()
- runWhenContextIsClosedDirectlyRunsHandlerActions()
Source
Frequently Asked Questions
What does TestApplicationContext() do?
TestApplicationContext() is a function in the spring-boot codebase.
What calls TestApplicationContext()?
TestApplicationContext() is called by 3 function(s): runClosesContextsBeforeRunningHandlerActions, runWhenContextIsBeingClosedInAnotherThreadWaitsUntilContextIsInactive, runWhenContextIsClosedDirectlyRunsHandlerActions.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free