| Package | Description |
|---|---|
| org.springframework.boot.test.context |
Classes and annotations related to configuring Spring's
ApplicationContext for
tests. |
| org.springframework.boot.test.context.assertj |
AssertJ support for ApplicationContexts.
|
| org.springframework.boot.test.context.runner |
Test utilities to run application contexts for testing.
|
| org.springframework.boot.test.json |
Support for testing JSON.
|
| org.springframework.boot.test.mock.mockito |
Mockito integration for Spring Boot tests.
|
| org.springframework.boot.test.mock.web |
Mock web classes specific to Spring Boot.
|
| org.springframework.boot.test.system |
Classes for
System-related testing. |
| org.springframework.boot.test.util |
General purpose test utilities.
|
| org.springframework.boot.test.web.client |
Web client test utilities.
|
| org.springframework.boot.test.web.htmlunit |
HtmlUnit support classes.
|
| org.springframework.boot.test.web.htmlunit.webdriver |
Selenium support classes.
|
| org.springframework.boot.test.web.reactive.server |
Spring Boot support for testing Spring WebFlux server endpoints via
WebTestClient. |