| Package | Description |
|---|---|
| org.springframework.boot.test.autoconfigure.orm.jpa |
Auto-configuration for Data JPA tests.
|
| Class and Description |
|---|
AutoConfigureDataJpa
Auto-configuration imports for typical Data JPA tests. |
| AutoConfigureTestDatabase
Annotation that can be applied to a test class to configure a test database to use
instead of any application defined or auto-configured
DataSource. |
| AutoConfigureTestDatabase.Replace
What the test database can replace.
|
| AutoConfigureTestEntityManager
Annotation that can be applied to a test class to enable auto-configuration of a
TestEntityManager. |
| TestEntityManager
Alternative to
EntityManager for use in JPA tests. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.