Package | Description |
---|---|
org.springframework.boot.test.autoconfigure.jdbc | |
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 © 2018 Pivotal Software, Inc.. All rights reserved.