expectChanges() — spring-boot Function Reference
Architecture documentation for the expectChanges() function in FileWatcherTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 81b644c4_4e4c_8206_3e48_f26a23a082c4["expectChanges()"] 5b82a840_e66b_69ab_f7bf_47a4938649d7["shouldTriggerOnFileCreation()"] 5b82a840_e66b_69ab_f7bf_47a4938649d7 -->|calls| 81b644c4_4e4c_8206_3e48_f26a23a082c4 ec7629d8_ca44_73bb_7609_d1b42f811d5d["shouldTriggerOnFileDeletion()"] ec7629d8_ca44_73bb_7609_d1b42f811d5d -->|calls| 81b644c4_4e4c_8206_3e48_f26a23a082c4 e9f2b44c_cbb1_c110_9375_03df2024a9ae["shouldTriggerOnFileModification()"] e9f2b44c_cbb1_c110_9375_03df2024a9ae -->|calls| 81b644c4_4e4c_8206_3e48_f26a23a082c4 dbb06386_829a_f8ba_50a0_aa2d4c370bf9["shouldWatchFile()"] dbb06386_829a_f8ba_50a0_aa2d4c370bf9 -->|calls| 81b644c4_4e4c_8206_3e48_f26a23a082c4 146e4f8a_183f_c684_bc26_b433838fc0ad["shouldFollowSymlink()"] 146e4f8a_183f_c684_bc26_b433838fc0ad -->|calls| 81b644c4_4e4c_8206_3e48_f26a23a082c4 10987b43_1d6e_e1b8_d879_03b347432855["shouldFollowSymlinkRecursively()"] 10987b43_1d6e_e1b8_d879_03b347432855 -->|calls| 81b644c4_4e4c_8206_3e48_f26a23a082c4 fa96e12f_d300_cfd7_d07e_2620c57e6463["testRelativeFiles()"] fa96e12f_d300_cfd7_d07e_2620c57e6463 -->|calls| 81b644c4_4e4c_8206_3e48_f26a23a082c4 9e615659_9cf1_1bd0_97bc_d2549dfdd375["testRelativeDirectories()"] 9e615659_9cf1_1bd0_97bc_d2549dfdd375 -->|calls| 81b644c4_4e4c_8206_3e48_f26a23a082c4 aa12e834_ca3e_c810_f6e4_804bed8fd98e["shouldFollowRelativePathSymlinks()"] aa12e834_ca3e_c810_f6e4_804bed8fd98e -->|calls| 81b644c4_4e4c_8206_3e48_f26a23a082c4 be71f37a_c8a2_5f10_a034_3b9b6c48680a["shouldTriggerOnConfigMapUpdates()"] be71f37a_c8a2_5f10_a034_3b9b6c48680a -->|calls| 81b644c4_4e4c_8206_3e48_f26a23a082c4 89ded34b_3f76_fb02_6ff3_fe9164a7de41["shouldTriggerOnConfigMapAtomicMoveUpdates()"] 89ded34b_3f76_fb02_6ff3_fe9164a7de41 -->|calls| 81b644c4_4e4c_8206_3e48_f26a23a082c4 b2f7ba84_7f10_1dc2_8eee_62fe236a36be["waitForChanges()"] 81b644c4_4e4c_8206_3e48_f26a23a082c4 -->|calls| b2f7ba84_7f10_1dc2_8eee_62fe236a36be style 81b644c4_4e4c_8206_3e48_f26a23a082c4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/ssl/FileWatcherTests.java lines 347–350
void expectChanges() throws InterruptedException {
waitForChanges(true);
assertThat(this.changed).as("changed").isTrue();
}
Domain
Subdomains
Calls
- waitForChanges()
Called By
- shouldFollowRelativePathSymlinks()
- shouldFollowSymlink()
- shouldFollowSymlinkRecursively()
- shouldTriggerOnConfigMapAtomicMoveUpdates()
- shouldTriggerOnConfigMapUpdates()
- shouldTriggerOnFileCreation()
- shouldTriggerOnFileDeletion()
- shouldTriggerOnFileModification()
- shouldWatchFile()
- testRelativeDirectories()
- testRelativeFiles()
Source
Frequently Asked Questions
What does expectChanges() do?
expectChanges() is a function in the spring-boot codebase.
What does expectChanges() call?
expectChanges() calls 1 function(s): waitForChanges.
What calls expectChanges()?
expectChanges() is called by 11 function(s): shouldFollowRelativePathSymlinks, shouldFollowSymlink, shouldFollowSymlinkRecursively, shouldTriggerOnConfigMapAtomicMoveUpdates, shouldTriggerOnConfigMapUpdates, shouldTriggerOnFileCreation, shouldTriggerOnFileDeletion, shouldTriggerOnFileModification, and 3 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free