Skip to content

io microsphere spring boot test AbstractAutoConfigurationTest

github-actions[bot] edited this page Aug 3, 2026 · 6 revisions

AbstractAutoConfigurationTest

Type: Class | Module: microsphere-spring-boot-test | Package: io.microsphere.spring.boot.test | Since: 1.0.0

Source: microsphere-spring-boot-test/src/main/java/io/microsphere/spring/boot/test/AbstractAutoConfigurationTest.java

Overview

Abstract class for auto-configuration class tests based on AbstractApplicationContextRunner

Declaration

public abstract class AbstractAutoConfigurationTest<A, R extends AbstractApplicationContextRunner>

Author: Mercy

Version Information

  • Introduced in: 1.0.0
  • Current Project Version: 0.2.33-SNAPSHOT

Version Compatibility

This component is tested and compatible with the following Java versions:

Java Version Status
Java 17 ✅ Compatible
Java 21 ✅ Compatible
Java 25 ✅ Compatible

Usage

Maven Dependency

Add the following dependency to your pom.xml:

<dependency>
    <groupId>io.github.microsphere-projects</groupId>
    <artifactId>microsphere-spring-boot-test</artifactId>
    <version>${microsphere-spring-boot.version}</version>
</dependency>

Tip: Use the BOM (microsphere-spring-boot-dependencies) for consistent version management. See the Getting Started guide.

Import

import io.microsphere.spring.boot.test.AbstractAutoConfigurationTest;

See Also

  • AbstractApplicationContextRunner
  • AutoConfigurationTest
  • WebAutoConfigurationTest

This documentation was auto-generated from the source code of microsphere-spring-boot.

Home

spring-boot-actuator

spring-boot-compatible

spring-boot-core

spring-boot-test

spring-boot-webflux

spring-boot-webmvc

Clone this wiki locally