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

outputDoesNotOverrideCustomArtifactId() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  98175a4b_ac2d_ea71_1c2c_6fb97a35ecde["outputDoesNotOverrideCustomArtifactId()"]
  aa02f783_8747_85e5_2252_dc51144ce507["createDefaultMetadata()"]
  98175a4b_ac2d_ea71_1c2c_6fb97a35ecde -->|calls| aa02f783_8747_85e5_2252_dc51144ce507
  ab644003_5fc1_3a45_f769_27942bf43ca2["createDefaultUrl()"]
  98175a4b_ac2d_ea71_1c2c_6fb97a35ecde -->|calls| ab644003_5fc1_3a45_f769_27942bf43ca2
  style 98175a4b_ac2d_ea71_1c2c_6fb97a35ecde 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 156–162

	@Test
	void outputDoesNotOverrideCustomArtifactId() {
		this.request.setOutput("my-project");
		this.request.setArtifactId("my-id");
		assertThat(this.request.generateUrl(createDefaultMetadata()))
			.isEqualTo(createDefaultUrl("?artifactId=my-id&type=test-type"));
	}

Domain

Subdomains

Frequently Asked Questions

What does outputDoesNotOverrideCustomArtifactId() do?
outputDoesNotOverrideCustomArtifactId() is a function in the spring-boot codebase.
What does outputDoesNotOverrideCustomArtifactId() call?
outputDoesNotOverrideCustomArtifactId() calls 2 function(s): createDefaultMetadata, createDefaultUrl.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free