getBuildRequestWhenHasVerboseLoggingUsesVerboseLogging() — spring-boot Function Reference
Architecture documentation for the getBuildRequestWhenHasVerboseLoggingUsesVerboseLogging() function in ImageTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 76a1cfd6_f920_30d3_1626_b2c640b92797["getBuildRequestWhenHasVerboseLoggingUsesVerboseLogging()"] b74eae5d_f636_54c5_ee76_45af8d43e679["createArtifact()"] 76a1cfd6_f920_30d3_1626_b2c640b92797 -->|calls| b74eae5d_f636_54c5_ee76_45af8d43e679 70a3e195_3608_990f_ed81_3460232951c4["mockApplicationContent()"] 76a1cfd6_f920_30d3_1626_b2c640b92797 -->|calls| 70a3e195_3608_990f_ed81_3460232951c4 style 76a1cfd6_f920_30d3_1626_b2c640b92797 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 141–147
@Test
void getBuildRequestWhenHasVerboseLoggingUsesVerboseLogging() {
Image image = new Image();
image.verboseLogging = true;
BuildRequest request = image.getBuildRequest(createArtifact(), mockApplicationContent());
assertThat(request.isVerboseLogging()).isTrue();
}
Domain
Subdomains
Source
Frequently Asked Questions
What does getBuildRequestWhenHasVerboseLoggingUsesVerboseLogging() do?
getBuildRequestWhenHasVerboseLoggingUsesVerboseLogging() is a function in the spring-boot codebase.
What does getBuildRequestWhenHasVerboseLoggingUsesVerboseLogging() call?
getBuildRequestWhenHasVerboseLoggingUsesVerboseLogging() 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