PemCertificateParserTests Class — spring-boot Architecture
Architecture documentation for the PemCertificateParserTests class in PemCertificateParserTests.java from the spring-boot codebase.
Entity Profile
Source Code
buildpack/spring-boot-buildpack-platform/src/test/java/org/springframework/boot/buildpack/platform/docker/ssl/PemCertificateParserTests.java lines 30–41
class PemCertificateParserTests {
private static final String SOURCE = "PemCertificateParser.java";
@Test
void codeShouldMatchSpringBootSslPackage() throws IOException {
String buildpackVersion = SslSource.loadBuildpackVersion(SOURCE);
String springBootVersion = SslSource.loadSpringBootVersion(SOURCE);
assertThat(buildpackVersion).isEqualTo(springBootVersion);
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free