Package | Description |
---|---|
org.springframework.boot.test.autoconfigure.data.jdbc |
Auto-configuration for Data JDBC tests.
|
org.springframework.boot.test.autoconfigure.jdbc |
Auto-configuration for JDBC tests.
|
org.springframework.boot.test.autoconfigure.orm.jpa |
Auto-configuration for Data JPA tests.
|
Class and Description |
---|
AutoConfigureTestDatabase
Annotation that can be applied to a test class to configure a test database to use
instead of the application-defined or auto-configured
DataSource . |
Class and Description |
---|
AutoConfigureJdbc
Auto-configuration imports for typical jdbc tests. |
AutoConfigureTestDatabase
Annotation that can be applied to a test class to configure a test database to use
instead of the application-defined or auto-configured
DataSource . |
AutoConfigureTestDatabase.Replace
What the test database can replace.
|
Class and Description |
---|
AutoConfigureTestDatabase
Annotation that can be applied to a test class to configure a test database to use
instead of the application-defined or auto-configured
DataSource . |