Skip to content

Instantly share code, notes, and snippets.

@clebertsuconic
Created August 11, 2014 19:33
Show Gist options
  • Save clebertsuconic/ef4f72c354a5b930f51a to your computer and use it in GitHub Desktop.
Save clebertsuconic/ef4f72c354a5b930f51a to your computer and use it in GitHub Desktop.
@Test
public void testloop() throws Exception
{
for (int i = 0 ; i < 100; i++)
{
System.out.println("#test " + i);
testForceBlockingReturn();
tearDown();
setUp();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment