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

jarWhenLayersDisabledShouldNotContainLayersIndex() — spring-boot Function Reference

Architecture documentation for the jarWhenLayersDisabledShouldNotContainLayersIndex() function in AbstractBootArchiveTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  a50cf431_ae33_aebe_5d68_c0013c0b0e1f["jarWhenLayersDisabledShouldNotContainLayersIndex()"]
  5645c4d4_f43b_2768_d537_d5683623dc04["getEntryNames()"]
  a50cf431_ae33_aebe_5d68_c0013c0b0e1f -->|calls| 5645c4d4_f43b_2768_d537_d5683623dc04
  96c4b496_9f3d_2ce6_2029_4842dfa4cf12["createLayeredJar()"]
  a50cf431_ae33_aebe_5d68_c0013c0b0e1f -->|calls| 96c4b496_9f3d_2ce6_2029_4842dfa4cf12
  style a50cf431_ae33_aebe_5d68_c0013c0b0e1f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/tasks/bundling/AbstractBootArchiveTests.java lines 461–466

	@Test
	void jarWhenLayersDisabledShouldNotContainLayersIndex() throws IOException {
		List<String> entryNames = getEntryNames(
				createLayeredJar((configuration) -> configuration.getEnabled().set(false)));
		assertThat(entryNames).isNotEmpty().doesNotContain(this.indexPath + "layers.idx");
	}

Domain

Subdomains

Frequently Asked Questions

What does jarWhenLayersDisabledShouldNotContainLayersIndex() do?
jarWhenLayersDisabledShouldNotContainLayersIndex() is a function in the spring-boot codebase.
What does jarWhenLayersDisabledShouldNotContainLayersIndex() call?
jarWhenLayersDisabledShouldNotContainLayersIndex() calls 2 function(s): createLayeredJar, getEntryNames.

Analyze Your Own Codebase

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

Try Supermodel Free