@DataMongoTest which enables
Spring Data Mongo Repositories and provides a MongoTemplate during tests.See: Description
| Class | Description |
|---|---|
| EmbeddedTestMongodAutoConfiguration |
Auto-configuration for an embedded mongod process running during tests.
|
| Annotation Type | Description |
|---|---|
| AutoConfigureDataMongo |
Auto-configuration imports for typical Data Mongo tests. |
| AutoConfigureEmbeddedTestMongod |
Annotation that can be applied to a test class to disable the usage of an
embedded Mongod even if
de.flapdoodle.embed:de.flapdoodle.embed.mongo is on the classpath. |
| DataMongoTest |
@DataMongoTest which enables
Spring Data Mongo Repositories and provides a MongoTemplate during tests.Copyright © 2016 michael-simons.eu. All rights reserved.