testSeveralPropertyExclusionsAreApplied() — spring-boot Function Reference
Architecture documentation for the testSeveralPropertyExclusionsAreApplied() function in AutoConfigurationImportSelectorTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 8ef1144b_18c4_384b_2d93_81263fe01fd5["testSeveralPropertyExclusionsAreApplied()"] 558c8bfe_c814_7433_e8c4_d4d511705cdf["severalPropertyExclusionsAreApplied()"] 558c8bfe_c814_7433_e8c4_d4d511705cdf -->|calls| 8ef1144b_18c4_384b_2d93_81263fe01fd5 2db0ef82_bf03_9021_ce25_21ddc09656b4["severalPropertyExclusionsAreAppliedWithExtraSpaces()"] 2db0ef82_bf03_9021_ce25_21ddc09656b4 -->|calls| 8ef1144b_18c4_384b_2d93_81263fe01fd5 14b7428f_a8c5_9ac4_d0d7_6b663d5ce0a4["severalPropertyYamlExclusionsAreApplied()"] 14b7428f_a8c5_9ac4_d0d7_6b663d5ce0a4 -->|calls| 8ef1144b_18c4_384b_2d93_81263fe01fd5 71be4117_6361_ac8a_b7bc_57c820dea18e["selectImports()"] 8ef1144b_18c4_384b_2d93_81263fe01fd5 -->|calls| 71be4117_6361_ac8a_b7bc_57c820dea18e fe6b6f5b_1914_289c_7ec3_e6fa89b9425c["getAutoConfigurationClassNames()"] 8ef1144b_18c4_384b_2d93_81263fe01fd5 -->|calls| fe6b6f5b_1914_289c_7ec3_e6fa89b9425c b5fce751_ecc3_5421_d24a_cd569e0556d2["getLastEvent()"] 8ef1144b_18c4_384b_2d93_81263fe01fd5 -->|calls| b5fce751_ecc3_5421_d24a_cd569e0556d2 style 8ef1144b_18c4_384b_2d93_81263fe01fd5 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/AutoConfigurationImportSelectorTests.java lines 147–152
private void testSeveralPropertyExclusionsAreApplied() {
String[] imports = selectImports(BasicEnableAutoConfiguration.class);
assertThat(imports).hasSize(getAutoConfigurationClassNames().size() - 2);
assertThat(getLastEvent().getExclusions()).contains("com.example.two.SecondAutoConfiguration",
"com.example.four.FourthAutoConfiguration");
}
Domain
Subdomains
Called By
- severalPropertyExclusionsAreApplied()
- severalPropertyExclusionsAreAppliedWithExtraSpaces()
- severalPropertyYamlExclusionsAreApplied()
Source
Frequently Asked Questions
What does testSeveralPropertyExclusionsAreApplied() do?
testSeveralPropertyExclusionsAreApplied() is a function in the spring-boot codebase.
What does testSeveralPropertyExclusionsAreApplied() call?
testSeveralPropertyExclusionsAreApplied() calls 3 function(s): getAutoConfigurationClassNames, getLastEvent, selectImports.
What calls testSeveralPropertyExclusionsAreApplied()?
testSeveralPropertyExclusionsAreApplied() is called by 3 function(s): severalPropertyExclusionsAreApplied, severalPropertyExclusionsAreAppliedWithExtraSpaces, severalPropertyYamlExclusionsAreApplied.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free