whenBuildTimeIsDisabledIfDoesNotAppearInGeneratedBuildInfo() — spring-boot Function Reference
Architecture documentation for the whenBuildTimeIsDisabledIfDoesNotAppearInGeneratedBuildInfo() function in BuildInfoIntegrationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 5cbd90ba_f7e3_13ef_7fad_b58c276bf407["whenBuildTimeIsDisabledIfDoesNotAppearInGeneratedBuildInfo()"] d7e48ab8_a649_6c40_d0dd_ee6c5b4a38b7["buildInfo()"] 5cbd90ba_f7e3_13ef_7fad_b58c276bf407 -->|calls| d7e48ab8_a649_6c40_d0dd_ee6c5b4a38b7 952633e8_00fd_8fe3_b21b_7ba7383f21d8["hasBuildGroup()"] 5cbd90ba_f7e3_13ef_7fad_b58c276bf407 -->|calls| 952633e8_00fd_8fe3_b21b_7ba7383f21d8 3c76514f_8eae_eb30_ce3c_284d7e35dfe7["hasBuildArtifact()"] 5cbd90ba_f7e3_13ef_7fad_b58c276bf407 -->|calls| 3c76514f_8eae_eb30_ce3c_284d7e35dfe7 5b8578a8_3454_372b_356a_8bed277bad91["hasBuildName()"] 5cbd90ba_f7e3_13ef_7fad_b58c276bf407 -->|calls| 5b8578a8_3454_372b_356a_8bed277bad91 ad719626_aac8_ee41_60d2_e5be91e9a3b2["hasBuildVersion()"] 5cbd90ba_f7e3_13ef_7fad_b58c276bf407 -->|calls| ad719626_aac8_ee41_60d2_e5be91e9a3b2 5167af27_d5bd_88b4_79d7_839699b46b91["doesNotContainBuildTime()"] 5cbd90ba_f7e3_13ef_7fad_b58c276bf407 -->|calls| 5167af27_d5bd_88b4_79d7_839699b46b91 style 5cbd90ba_f7e3_13ef_7fad_b58c276bf407 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/BuildInfoIntegrationTests.java lines 108–116
@TestTemplate
void whenBuildTimeIsDisabledIfDoesNotAppearInGeneratedBuildInfo(MavenBuild mavenBuild) {
mavenBuild.project("build-info-disable-build-time")
.execute(buildInfo((buildInfo) -> assertThat(buildInfo).hasBuildGroup("org.springframework.boot.maven.it")
.hasBuildArtifact("build-info-disable-build-time")
.hasBuildName("Generate build info with disabled build time")
.hasBuildVersion("0.0.1.BUILD-SNAPSHOT")
.doesNotContainBuildTime()));
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does whenBuildTimeIsDisabledIfDoesNotAppearInGeneratedBuildInfo() do?
whenBuildTimeIsDisabledIfDoesNotAppearInGeneratedBuildInfo() is a function in the spring-boot codebase.
What does whenBuildTimeIsDisabledIfDoesNotAppearInGeneratedBuildInfo() call?
whenBuildTimeIsDisabledIfDoesNotAppearInGeneratedBuildInfo() calls 6 function(s): buildInfo, doesNotContainBuildTime, hasBuildArtifact, hasBuildGroup, hasBuildName, hasBuildVersion.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free