Guest User

Untitled

a guest
Feb 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. @SpringBootTest(classes = ClassA.class, webEnviornemt ... etc)
  2. @DirtiesContext (tried all the variations)
  3. @ActiveProfiles("test")
  4. public class TestsA
  5.  
  6. @SpringBootTest(classes = ClassB.class, webEnviornemt ... etc)
  7. @DirtiesContext (tried all the variations)
  8. @ActiveProfiles("test")
  9. public class TestsB
Add Comment
Please, Sign In to add comment