getBuildRequestWhenHasEmptySecurityOptionsUsesSecurityOptions() — spring-boot Function Reference
Architecture documentation for the getBuildRequestWhenHasEmptySecurityOptionsUsesSecurityOptions() function in ImageTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD a57f1fab_69c2_9a55_79ad_b5d9294e3cda["getBuildRequestWhenHasEmptySecurityOptionsUsesSecurityOptions()"] b74eae5d_f636_54c5_ee76_45af8d43e679["createArtifact()"] a57f1fab_69c2_9a55_79ad_b5d9294e3cda -->|calls| b74eae5d_f636_54c5_ee76_45af8d43e679 70a3e195_3608_990f_ed81_3460232951c4["mockApplicationContent()"] a57f1fab_69c2_9a55_79ad_b5d9294e3cda -->|calls| 70a3e195_3608_990f_ed81_3460232951c4 style a57f1fab_69c2_9a55_79ad_b5d9294e3cda fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-maven-plugin/src/test/java/org/springframework/boot/maven/ImageTests.java lines 279–285
@Test
void getBuildRequestWhenHasEmptySecurityOptionsUsesSecurityOptions() {
Image image = new Image();
image.securityOptions = Collections.emptyList();
BuildRequest request = image.getBuildRequest(createArtifact(), mockApplicationContent());
assertThat(request.getSecurityOptions()).isEmpty();
}
Domain
Subdomains
Source
Frequently Asked Questions
What does getBuildRequestWhenHasEmptySecurityOptionsUsesSecurityOptions() do?
getBuildRequestWhenHasEmptySecurityOptionsUsesSecurityOptions() is a function in the spring-boot codebase.
What does getBuildRequestWhenHasEmptySecurityOptionsUsesSecurityOptions() call?
getBuildRequestWhenHasEmptySecurityOptionsUsesSecurityOptions() calls 2 function(s): createArtifact, mockApplicationContent.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free