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.
|
Modifier and Type | Class and Description |
---|---|
interface |
DataJdbcTest
Annotation that can be used for a Data JDBC test that focuses only on
Data JDBC components.
|
Modifier and Type | Class and Description |
---|---|
interface |
JdbcTest
Annotation for a JDBC test that focuses only on JDBC-based components.
|
Modifier and Type | Class and Description |
---|---|
interface |
DataJpaTest
Annotation for a JPA test that focuses only on JPA components.
|