DoNotIncludeTests Class — spring-boot Architecture
Architecture documentation for the DoNotIncludeTests class in TaskConfigurationAvoidanceTests.java from the spring-boot codebase.
Entity Profile
Source Code
build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/TaskConfigurationAvoidanceTests.java lines 60–67
static class DoNotIncludeTests implements ImportOption {
@Override
public boolean includes(Location location) {
return !location.matches(Pattern.compile(".*Tests\\.class"));
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free