| Class | Description |
|---|---|
| TestDatabaseAutoConfiguration |
Auto-configuration for a test database.
|
| Enum | Description |
|---|---|
| AutoConfigureTestDatabase.Replace |
What the test database can replace.
|
| Annotation Type | Description |
|---|---|
| AutoConfigureJdbc |
Auto-configuration imports for typical jdbc 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. |
| JdbcTest |
Annotation that can be used in combination with
@RunWith(SpringRunner.class)
for a typical jdbc test. |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.