Package | Description |
---|---|
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 |
JdbcTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical jdbc test. |
Modifier and Type | Class and Description |
---|---|
interface |
DataJpaTest
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical JPA test. |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.