Reputation: 3913
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