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

getBuildRequestWhenHasCreatedDateUsesCreatedDate() — spring-boot Function Reference

Architecture documentation for the getBuildRequestWhenHasCreatedDateUsesCreatedDate() function in ImageTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  e952e1e4_e1b5_96ca_c468_02f2350380d2["getBuildRequestWhenHasCreatedDateUsesCreatedDate()"]
  b74eae5d_f636_54c5_ee76_45af8d43e679["createArtifact()"]
  e952e1e4_e1b5_96ca_c468_02f2350380d2 -->|calls| b74eae5d_f636_54c5_ee76_45af8d43e679
  70a3e195_3608_990f_ed81_3460232951c4["mockApplicationContent()"]
  e952e1e4_e1b5_96ca_c468_02f2350380d2 -->|calls| 70a3e195_3608_990f_ed81_3460232951c4
  style e952e1e4_e1b5_96ca_c468_02f2350380d2 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 248–254

	@Test
	void getBuildRequestWhenHasCreatedDateUsesCreatedDate() {
		Image image = new Image();
		image.createdDate = "2020-07-01T12:34:56Z";
		BuildRequest request = image.getBuildRequest(createArtifact(), mockApplicationContent());
		assertThat(request.getCreatedDate()).isEqualTo("2020-07-01T12:34:56Z");
	}

Subdomains

Frequently Asked Questions

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