elvyssoares

Repeated Test - Original

Dec 9th, 2021
772
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.10 KB | None | 0 0
  1. @Test
  2. public void testSingleThread() {
  3.   for (int i = 0; i < 100; i++) {
  4.     performSet();
  5.   }
  6. }
Advertisement
Add Comment
Please, Sign In to add comment