Advertisement
Guest User

Untitled

a guest
Oct 20th, 2016
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. @Test
  2. public void testBla() {
  3. for (int i = 0; i < 10000; i++) {
  4. prepare();
  5. try {
  6. withResultTest();
  7. } finally {
  8. cleanup();
  9. }
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement