Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
238 views

Junit test for Service class fall

For my test I am using h2 embedded DB, hibernate, Junit and spring-boot. My DAO Tests works fine but my service tests falls. @RunWith(SpringRunner.class) @DataJpaTest public class ...
user3161055's user avatar