Skip to content

io microsphere spring boot test ReactiveWebAutoConfigurationTest

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

ReactiveWebAutoConfigurationTest

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/ReactiveWebAutoConfigurationTest.java

Overview

Abstract class for a Reactive based auto-configuration class tests

Declaration

public abstract class ReactiveWebAutoConfigurationTest<A> extends AbstractAutoConfigurationTest<A, ReactiveWebApplicationContextRunner>

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.ReactiveWebAutoConfigurationTest;

See Also

  • AbstractAutoConfigurationTest
  • ReactiveWebApplicationContextRunner
  • SpringBootTest

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