assertForJarFile() — spring-boot Function Reference
Architecture documentation for the assertForJarFile() function in ImageReferenceTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD 61f44c03_3717_62ae_5e99_2879a26fa25b["assertForJarFile()"] 14799f4d_eb25_fb9e_3b65_8fa62a1313f0["forJarFile()"] 14799f4d_eb25_fb9e_3b65_8fa62a1313f0 -->|calls| 61f44c03_3717_62ae_5e99_2879a26fa25b 14799f4d_eb25_fb9e_3b65_8fa62a1313f0["forJarFile()"] 61f44c03_3717_62ae_5e99_2879a26fa25b -->|calls| 14799f4d_eb25_fb9e_3b65_8fa62a1313f0 style 61f44c03_3717_62ae_5e99_2879a26fa25b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
buildpack/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/docker/type/ImageReferenceTests.java lines 221–225
private void assertForJarFile(String jarFile, String expectedName, String expectedTag) {
ImageReference reference = ImageReference.forJarFile(new File(jarFile));
assertThat(reference.getName()).isEqualTo(expectedName);
assertThat(reference.getTag()).isEqualTo(expectedTag);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does assertForJarFile() do?
assertForJarFile() is a function in the spring-boot codebase.
What does assertForJarFile() call?
assertForJarFile() calls 1 function(s): forJarFile.
What calls assertForJarFile()?
assertForJarFile() is called by 1 function(s): forJarFile.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free