Home / Function/ buildMultipleMatch() — spring-boot Function Reference

buildMultipleMatch() — spring-boot Function Reference

Architecture documentation for the buildMultipleMatch() function in ProjectGenerationRequestTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  881d0ab6_96cf_5016_768f_6c11a1cd4c36["buildMultipleMatch()"]
  6dc7d335_af34_8383_8576_ba6ff062f3e0["readMetadata()"]
  881d0ab6_96cf_5016_768f_6c11a1cd4c36 -->|calls| 6dc7d335_af34_8383_8576_ba6ff062f3e0
  211f1ddb_47fe_2496_931f_eb2b05221c5c["setBuildAndFormat()"]
  881d0ab6_96cf_5016_768f_6c11a1cd4c36 -->|calls| 211f1ddb_47fe_2496_931f_eb2b05221c5c
  style 881d0ab6_96cf_5016_768f_6c11a1cd4c36 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 172–179

	@Test
	void buildMultipleMatch() throws Exception {
		InitializrServiceMetadata metadata = readMetadata("types-conflict");
		setBuildAndFormat("gradle", null);
		assertThatExceptionOfType(ReportableException.class).isThrownBy(() -> this.request.generateUrl(metadata))
			.withMessageContaining("gradle-project")
			.withMessageContaining("gradle-project-2");
	}

Domain

Subdomains

Frequently Asked Questions

What does buildMultipleMatch() do?
buildMultipleMatch() is a function in the spring-boot codebase.
What does buildMultipleMatch() call?
buildMultipleMatch() 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