Package | Description |
---|---|
org.springframework.boot.test.autoconfigure.json |
Auto-configuration for JSON tests.
|
org.springframework.boot.test.autoconfigure.web.reactive |
Auto-configuration for reactive web tests.
|
Modifier and Type | Class and Description |
---|---|
interface |
JsonTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical JSON test. |
Modifier and Type | Class and Description |
---|---|
interface |
WebFluxTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical Spring WebFlux test. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.