See: Description
| Class | Description |
|---|---|
| TestDatabaseAutoConfiguration |
Auto-configuration for a test database.
|
| TestEntityManager |
Alternative to
EntityManager for use in JPA tests. |
| TestEntityManagerAutoConfiguration |
Auto-configuration for
TestEntityManager. |
| Enum | Description |
|---|---|
| AutoConfigureTestDatabase.Replace |
What the test database can replace.
|
| Annotation Type | 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. |
| AutoConfigureTestEntityManager |
Annotation that can be applied to a test class to enable auto-configuration of a
TestEntityManager. |
| DataJpaTest |
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical JPA test. |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.