buildNoMatch() — spring-boot Function Reference
Architecture documentation for the buildNoMatch() function in ProjectGenerationRequestTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 47ef7e46_162f_3b4f_9bdb_4c221b254352["buildNoMatch()"] 6dc7d335_af34_8383_8576_ba6ff062f3e0["readMetadata()"] 47ef7e46_162f_3b4f_9bdb_4c221b254352 -->|calls| 6dc7d335_af34_8383_8576_ba6ff062f3e0 211f1ddb_47fe_2496_931f_eb2b05221c5c["setBuildAndFormat()"] 47ef7e46_162f_3b4f_9bdb_4c221b254352 -->|calls| 211f1ddb_47fe_2496_931f_eb2b05221c5c style 47ef7e46_162f_3b4f_9bdb_4c221b254352 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
cli/spring-boot-cli/src/test/java/org/springframework/boot/cli/command/init/ProjectGenerationRequestTests.java lines 164–170
@Test
void buildNoMatch() throws Exception {
InitializrServiceMetadata metadata = readMetadata();
setBuildAndFormat("does-not-exist", null);
assertThatExceptionOfType(ReportableException.class).isThrownBy(() -> this.request.generateUrl(metadata))
.withMessageContaining("does-not-exist");
}
Domain
Subdomains
Source
Frequently Asked Questions
What does buildNoMatch() do?
buildNoMatch() is a function in the spring-boot codebase.
What does buildNoMatch() call?
buildNoMatch() calls 2 function(s): readMetadata, setBuildAndFormat.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free