Guest User

Untitled

a guest
Aug 10th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. @RunWith(Suite.class)
  2. @Suite.SuiteClasses({
  3. Tests1.class,
  4. Tests2.class,
  5. })
  6. public class TestSuite1 {
  7. }
  8.  
  9. @RunWith(Suite.class)
  10. @Suite.SuiteClasses({
  11. Tests1.class,
  12. Tests2.class,
  13. })
  14. public class TestSuite1 {
  15. }
  16.  
  17. @AfterClass
  18. public static void baseTearDown() {
  19. // Close some resourcess
  20. }
Add Comment
Please, Sign In to add comment