Olga
Olga

Reputation: 3913

@DataJpaTest analogue for Spring Data neo4j testing

Is it an analog of @DataJpaTest or @MockMvc annotation that can be used in combination with @RunWith(SpringRunner.class) for a typical DAO test. Using this annotation will disable full auto-configuration and instead apply only configuration relevant to neo4j repository tests.

Upvotes: 3

Views: 332

Answers (1)

Related Questions