include() — spring-boot Function Reference
Architecture documentation for the include() function in TestContextPairs.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 7b6e42cc_aa75_8f4b_ea3c_40b0052543ae["include()"] becca3d8_8bb3_d6dd_1e61_cafa1f284c6b["setUp()"] becca3d8_8bb3_d6dd_1e61_cafa1f284c6b -->|calls| 7b6e42cc_aa75_8f4b_ea3c_40b0052543ae c87dba16_5d5e_f3f9_1b13_f0745307c28b["shouldFormatExceptionUsingStackTracePrinter()"] c87dba16_5d5e_f3f9_1b13_f0745307c28b -->|calls| 7b6e42cc_aa75_8f4b_ea3c_40b0052543ae 35370db0_be48_931a_5c3a_cfb57e0f9cb9["setUp()"] 35370db0_be48_931a_5c3a_cfb57e0f9cb9 -->|calls| 7b6e42cc_aa75_8f4b_ea3c_40b0052543ae cd45f4f0_67f1_599e_46c5_d474c9052361["shouldFormatExceptionUsingStackTracePrinter()"] cd45f4f0_67f1_599e_46c5_d474c9052361 -->|calls| 7b6e42cc_aa75_8f4b_ea3c_40b0052543ae f0356952_cdc4_2ded_488d_9276810cb78c["setUp()"] f0356952_cdc4_2ded_488d_9276810cb78c -->|calls| 7b6e42cc_aa75_8f4b_ea3c_40b0052543ae 1c3d999c_1ae6_35ba_9dd7_428e92542476["shouldFormatExceptionWithStackTracePrinter()"] 1c3d999c_1ae6_35ba_9dd7_428e92542476 -->|calls| 7b6e42cc_aa75_8f4b_ea3c_40b0052543ae 10668dd5_32cf_d94d_d035_187b85b60f1c["setUp()"] 10668dd5_32cf_d94d_d035_187b85b60f1c -->|calls| 7b6e42cc_aa75_8f4b_ea3c_40b0052543ae 63bad3ee_534c_2b5b_6267_f922f932dc53["shouldFormatExceptionUsingStackTracePrinter()"] 63bad3ee_534c_2b5b_6267_f922f932dc53 -->|calls| 7b6e42cc_aa75_8f4b_ea3c_40b0052543ae 58805492_1862_430d_a41f_124a73a64074["setUp()"] 58805492_1862_430d_a41f_124a73a64074 -->|calls| 7b6e42cc_aa75_8f4b_ea3c_40b0052543ae 7e84b0b9_558e_baf3_a0e0_1833b4703d04["shouldFormatExceptionUsingStackTracePrinter()"] 7e84b0b9_558e_baf3_a0e0_1833b4703d04 -->|calls| 7b6e42cc_aa75_8f4b_ea3c_40b0052543ae fe56576e_ab0e_1710_184f_e34ba6107b48["setUp()"] fe56576e_ab0e_1710_184f_e34ba6107b48 -->|calls| 7b6e42cc_aa75_8f4b_ea3c_40b0052543ae 6122a626_1b74_093b_9466_a6d4a09e357b["shouldFormatExceptionWithStackTracePrinter()"] 6122a626_1b74_093b_9466_a6d4a09e357b -->|calls| 7b6e42cc_aa75_8f4b_ea3c_40b0052543ae 992488db_c012_bc33_91bd_d809cf9c61dd["of()"] 7b6e42cc_aa75_8f4b_ea3c_40b0052543ae -->|calls| 992488db_c012_bc33_91bd_d809cf9c61dd style 7b6e42cc_aa75_8f4b_ea3c_40b0052543ae fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/test/java/org/springframework/boot/logging/structured/TestContextPairs.java lines 31–33
public static ContextPairs include() {
return of(true, null);
}
Domain
Subdomains
Calls
Called By
- setUp()
- setUp()
- setUp()
- setUp()
- setUp()
- setUp()
- shouldFormatExceptionUsingStackTracePrinter()
- shouldFormatExceptionUsingStackTracePrinter()
- shouldFormatExceptionUsingStackTracePrinter()
- shouldFormatExceptionUsingStackTracePrinter()
- shouldFormatExceptionWithStackTracePrinter()
- shouldFormatExceptionWithStackTracePrinter()
Source
Frequently Asked Questions
What does include() do?
include() is a function in the spring-boot codebase.
What does include() call?
include() calls 1 function(s): of.
What calls include()?
include() is called by 12 function(s): setUp, setUp, setUp, setUp, setUp, setUp, shouldFormatExceptionUsingStackTracePrinter, shouldFormatExceptionUsingStackTracePrinter, and 4 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free