GettingStartedDocumentationTests Class — spring-boot Architecture
Architecture documentation for the GettingStartedDocumentationTests class in GettingStartedDocumentationTests.java from the spring-boot codebase.
Entity Profile
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/docs/GettingStartedDocumentationTests.java lines 31–45
@ExtendWith(GradleMultiDslExtension.class)
class GettingStartedDocumentationTests {
@SuppressWarnings("NullAway.Init")
GradleBuild gradleBuild;
// NOTE: We can't run any 'apply-plugin' tests because during a release the
// jar won't be there
@TestTemplate
void typicalPluginsAppliesExceptedPlugins() {
this.gradleBuild.script(Examples.DIR + "getting-started/typical-plugins").build("verify");
}
}
Domain
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free