Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. @RunWith(SpringRunner.class)
  2. @ContextConfiguration(classes=ABCH2Congfiguration.class)
  3. @DataJpaTest
  4. @AutoConfigureTestDatabase(replace= AutoConfigureTestDatabase.Replace.NONE)
  5. public class StatusRepositoryTest {
  6.  
  7. }
  8.  
  9. @Component
  10. public class CustomerServiceImpl implements CustomerService {
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement