Home / Class/ UserConfigurationsTests Class — spring-boot Architecture

UserConfigurationsTests Class — spring-boot Architecture

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

Entity Profile

Source Code

core/spring-boot/src/test/java/org/springframework/boot/context/annotation/UserConfigurationsTests.java lines 31–39

class UserConfigurationsTests {

	@Test
	void ofShouldCreateUnorderedConfigurations() {
		UserConfigurations configurations = UserConfigurations.of(OutputStream.class, InputStream.class);
		assertThat(Configurations.getClasses(configurations)).containsExactly(OutputStream.class, InputStream.class);
	}

}

Analyze Your Own Codebase

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

Try Supermodel Free