Home / Class/ TestClassConfiguration Class — spring-boot Architecture

TestClassConfiguration Class — spring-boot Architecture

Architecture documentation for the TestClassConfiguration class in TestClassConfiguration.java from the spring-boot codebase.

Entity Profile

Source Code

core/spring-boot-autoconfigure-processor/src/test/java/org/springframework/boot/autoconfigureprocessor/TestClassConfiguration.java lines 26–38

@TestConditionalOnClass(name = { "org.springframework.foo", "java.io.InputStream" },
		value = TestClassConfiguration.Nested.class)
@TestConditionalOnBean(type = "java.io.OutputStream")
@TestConditionalOnSingleCandidate(type = "java.io.OutputStream")
@TestConditionalOnWebApplication(type = Type.SERVLET)
public class TestClassConfiguration {

	@TestAutoConfigureOrder
	static class Nested {

	}

}

Analyze Your Own Codebase

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

Try Supermodel Free